Search results for: disable

Disable Admin Password Reset Emails

Don't send an email to the administrator of the site after a user resets their password.

700+

Hide ‘Screen Options’ Tab

Remove the Screen Options menu at the top of admin pages.

1.0k

Remove Dashboard Welcome Panel

Hide the Welcome Panel on the WordPress dashboard for all users.

3.1k

Keep Emoticons

WordPress converts all emoticons to emoji. This small snippet prevents that, without removing emojis from your…

Add User Email To Donation Summary

This will allow - among other places - for the user email to be displayed on…

Remove Default jQuery

// Remove default WordPress jquery wp_deregister_script( 'jquery' ); //Remove jquery migrate add_action( 'wp_default_scripts', 'remove_jquery_migrate' ); function…

Remove Post Title from Yoast Breadcrumbs

This snippet removes the post title from Yoast SEO breadcrumbs

Remove address from the header

Remove address block from the header

Empty Admin Dashboard

Disable all dashboard widgets in the admin and the welcome panel.

1.1k

Force account creation by cart total

Force account creation at checkout if the cart total is a certain amount and the quantity…

Move Jump to Recipe above featured image in Genesis

/** * Ensures the "Jump to Recipe" button is added above the featured image. */ add_action(…

<10

Move Jump to Recipe above featured image

/** * Ensures the "Jump to Recipe" button is added to the content really late. */…

<10

Change Jump links to buttons

Make the "jump to recipe" and "print recipe" links look like buttons at the top of…

<10
1 13 14 15 16 17 22