Modern Pos Ajax Issues
define('SUBDIRECTORY', 'modernpos');
Memberpress: Remove the Navigation Links on Page
Applying this custom CSS code will hide the default post navigation (Next/Previous) buttons located at the…
Paypalcheckout- Avanzato
Advanced checkout
How To Allow Shop Manager to Manage Feeds?
#-- Allow Shop Manager to Access Product Feed Menus --# function allow_feed_menus_to_shop_manager( $capability ) { if…
Google tag
Código do Google Tag Manager
modify woocommerce countries list
modifies Woocommerce built in country names to Armenian Regions disabling the rest
MemberPress: Restrict Signups for US-Based Users
This code snippet will restrict signups for US-based Users on MemberPress registration pages. Additionally, it ensures…
MemberPress: Filter Email Recipients Based on Expired Memberships
The code snippet updates the email recipient lists by removing email addresses of users whose membership…
MemberPress: Load All Currently Enqueued Styles In MemberPress Courses for Popup Maker plugin
By default, if the ReadyLaunch Courses/Lessons template is enabled, the MemberPress Courses add-on won’t enqueue 3rd-party…
Automatically Set Featured Image from First Image in Post
Automatically Set Featured Image from First Image in Post
WooCommerce: Restrict Shipping Methods by User Role (Logged In, Logged Out, Custom Roles)
This snippet allows you to control which shipping methods are visible at checkout based on the…
Untitled Snippet
@ini_set( 'upload_max_size' , '120M' ); @ini_set( 'post_max_size', '120M'); @ini_set( 'max_execution_time', '300' );