Search results for: disable

AJAX Grid Search (multiple grids)

Add ID of #gridSearch to the search form. Give your multiple grid container a class of…

Disable SEO Preview feature

This code snippet can be used to remove the "SEO Preview" feature in All in One…

200+

Disable Comment URL Linking

Prevent automatically formatting URLs in comments as links.

800+

Remove "Login with GoDaddy" from GoDaddy Managed WordPress

When using a managed WordPress account with GoDaddy, they make the Login for WordPress show a…

Chris Klosowski PRO
<10

Disable Author Archives

Completely hide author archives and prevent direct access by returning a 404 page.

1.8k

Disable Pattern Directory

Prevent patterns from being shown in the Gutenberg editor block inserter.

300+

Disable Specific Blocks

Prevent certain blocks from being used in the Gutenberg Editor.

200+

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' );

<10

Supports sending an email with a Stripe Pre-Approved payment is submitted.

By default EDD only sends a purchase confirmation when an order is marked as completed, however…

Remove Color Scheme Picker

Disable the option to change the admin color scheme in the profile page.

500+

Disable Block Directory

Prevent block directory results from being shown when searching for blocks in the editor.

400+

Disable Full Site Editing (FSE)

Prevent any user from making changes to the site using the Full Site Editor.

500+

Disable Posts in Admin

Hide the Posts menu from the admin if you don't need the default Posts post type.

400+

Disable the Excerpt in RSS Feeds

Hide the excerpt or content from your RSS feeds.

300+

Move WooCommerce Category Description Below Products

The following snippet moves the WooCommerce description from the default location (page header subheading) to below…

1 12 13 14 15 16 23