Disable Wish Lists by Category
Customize this plugin to remove wish lists from certain categories of downloads
WPForms Center Align
Cernter alligns WP forms fields and content. Must enter wpf-center in General/Advanced form settings.
Let Customers Select Their User Role From A Custom Field In Wholesale Lead Capture
Create a custom field with the user role selection, make sure that the values match your…
Remove Method label
add_filter( 'woocommerce_cart_shipping_method_full_label', 'remove_shipping_method_title', 10, 2 ); function remove_shipping_method_title( $label, $method ){ $new_label = ''; if (…
Recent products table
if ( ! function_exists( 'wcv_remove_recent_product_table_columns' ) ) { /** * Remove columns from Recent Products table…
mobile sticky menu chatgpt css
/* Reset some default styles */ body, h1, ul { margin: 0; padding: 0; } /*…
Untitled Snippet
google-site-verification=Z6ci_S0g839p6z-pqU4OUb5KSQpdoJBRrjh791uaErY
Widget Content | Display Eventbrite Events
The widget usually uses the excerpt. This is generally fine, but other plugins can change it.…
Disable "Scheduled export e-mail of ... returned false when sending to ..." notice in Scheduled Exports
function custom_woo_ce_cron_export_email_wp_mail_failure_notice() { // Turn off the error notice return false; } add_filter( 'woo_ce_cron_export_email_wp_mail_failure_notice', 'custom_woo_ce_cron_export_email_wp_mail_failure_notice' );
Disable Rich Pins
This code snippet will disable all rich pins on your site, not just recipes.
Menu Item image Animation on Hover
When you hover over a menu item, the will be an image which will slide behind…
Duplicate Post/Page Link
Duplicate posts, pages or any post type with 1-click by adding a duplicate link in...
Defining Brevo (Sendinblue) Mailer Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
Change default zoom for all PDF files in PDF Embedder Premium
Set the default zoom value for all shortcodes/blocks regardless of their settings.