Search results for: admin
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…
Allow adding more than 10 additional keyphrases
This snippet allows adding more than 10 additional keyphrases. Note: Replace 20 with the maximum number…
Paypalcheckout- Avanzato
Advanced checkout
Add a Blue Dot Indicator for Containers/Widgets that have Custom CSS in the Elementor Navigator
You've probably been in this situation: you open an Elementor project and need to review or…
php code
php code
create woocommerce call to order button for specific product in your wordpress website
Are you looking to boost conversions on your WooCommerce website? One effective strategy is to incorporate…
WooCommerce Product Settings: Enabling Loop Custom Discount Options with Checkbox and Input Field – No Plugin
Here’s an explanation of the features we are going to add using the code snippet in…
WooCommerce Product Settings: Enabling Custom Discount Options with Checkbox and Input Field First set quantity only – No Plugin
Post More Detail Here’s an explanation of the features we are going to add using the…
Helper functions to make generating WordPress post type labels and taxonomy labels easier
Generate post type and taxonomy labels easily by specifying the singular and plural version of the…
Apply Coupon when a radio button is clicked on The WooCommerce Product Page
Apply Coupon when a radio button is clicked on The WooCommerce Product Page
Apply discount on the cheapest item in WooCommerce
Apply discount on the cheapest item in WooCommerce
Disable a Payment Gateway for a country on WooCommerce Checkout Page
Disable a Payment Gateway for a country on WooCommerce Checkout Page
Untitled Snippet
// Disable Gutemberg add_filter( 'use_block_editor_for_post', '__return_false', 10 );
Default Featured Image
Add a setting in Media for a default featured image for all posts.