/** * Create a set of default wishlists for every new user. * * Remove this snippet if the wishlist plugin adds this feature natively. */ add_action( 'user_register', 'my_seed_default_wishlists', 20 ); function my_seed_default_wishlists( $user_id ) { // Bail if the wishlist plugin is not active. if ( ! class_exists( '\SaveToWishlist\Classes\Factories\Collections' ) ) { return; } // Edit these names. The FIRST one becomes the user's default wishlist. $wishlist_names = array( 'Wishlist', 'Backlog', 'Played' ); // Only ever seed a user once. if ( get_user_meta( $user_id, '_my_default_wishlists_seeded', true ) ) { return; } $collections = \SaveToWishlist\Classes\Factories\Collections::instance(); $first_id = 0; foreach ( $wishlist_names as $index => $name ) { $created = $collections->save_collection( array( 'user_id' => $user_id, 'name' => $name, 'description' => '', 'status' => 'publish', 'is_default' => 0 === $index ? 1 : 0, 'is_public' => 0, ) ); if ( 0 === $index && ! empty( $created->id ) ) { $first_id = (int) $created->id; } } // Make sure the first wishlist ends up as the default one. if ( $first_id ) { $collections->update_default_wishlist( $user_id ); $collections->update_default_wishlist( $user_id, 1, $first_id ); } update_user_meta( $user_id, '_my_default_wishlists_seeded', 1 ); }
The cover of "The Job of a (Temporary) Teacher" manga

A completely submissive relationship – BL Manga review

Share this:

Sensei (Kari) no Oshigoto was published digitally in english as A (Student) Teacher’s Job by Renta!, and as The Job of a (Temporary) Teacher by MediBang/Julian Publishing. Author & Artist: Aomaru Nana. As it’s a collection of 4 BL stories, I’ll be reviewing them separately.Theme they all follow: submissiveness. Each story has at least one guy who’s submissive. Chapter 1-2:…

Read More

Big Dragon (2022) – BL Drama (TV) Review

Share this:

(May include slight spoilers.) This was a mess. Completely all over the place with no depth or any development. It felt like the director & writers wanted to make another KinnPorsche, but then realized in the middle they’re better at making another Lovely Writer.  Was it even directed by one person? It genuinely feels like every…

Read More