Search results for: admin
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…
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…
Paypalcheckout- Avanzato
Advanced checkout
Allow adding more than 10 additional keyphrases
This snippet allows adding more than 10 additional keyphrases. Note: Replace 20 with the maximum number…
FC - Disable languages in admin login page
add_filter( 'login_display_language_dropdown', '__return_false' );
MemberPress: Allow Importing Coupons Associated With Affiliates (Easy Affiliate)
This code snippet is used to add the additional importing option for Easy Affiliate data. The…
woo orders page Whatsapp DM from mac app
// Modify the columns and ensure WhatsApp column appears last function add_whatsapp_column($columns) { // Remove WhatsApp…
MemberPress: Unenrolled Course Shortcode
The code snippet registers a new shortcode: [mpcs-unenrolled-courses]. Adding this shortcode will display an unordered list…
MemberPress: Exclude Protected Posts From the Main Query
This code snippet modifies the main WordPress query to exclude all posts related to the specified…
MemberPress: Remove MemberPress Weekly Stats Widget from WordPress Dashboard
This code snippet removes the MemberPress Weekly Stats widget from the WordPress admin dashboard. This can…
Enqueue Child Theme's CSS & Additional CSS in WordPress Editor
/* Enqueue Child Theme style.css to editor */ add_filter('block_editor_settings_all', function($editor_settings) { // Get the URL of…
Search Filter by Genre and Artist
This will only work if genre and artist are registered as taxonomies in your theme or…
Hide uncategorized from widget shop
Hide uncategorized category from widget in WooCommerce
Restrict payment methods based on cart total
Restrict payment methods based on cart total