Buddyblog pay per post question ParticipantLevel: Guru Posts: 900 Tosin on August 23, 2023 at 11:27 am #50298HelloI would like to ask if I can remove this code below after updating to the latest version to pay per post addon. add_action( 'bblpro_ppp_before_add_to_cart', function () { if ( WC()->cart->is_empty() ) { return; } WC()->cart->empty_cart( true ); } ); KeymasterLevel: Yogi(BuddyDev Team) Posts: 3115 Ravi on August 23, 2023 at 2:11 pm #50301Hello Tosin,Yes, You can remove the code. With the latest version of the plugin. We have a setting that allows the site admin to enable forcefully emptying the cart before adding post product. You can find this setting under the Edit form screen.Regards Ravi Viewing 2 posts - 1 through 2 (of 2 total)You must be logged in to reply to this topic. This topic is: not resolved