Search results for: disable

Require a comments with rating

Return the number of the rating that should not require a comment.

<10

Change Jump links to buttons

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

<10

Move Jump to Recipe above featured image

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

<10

Move Jump to Recipe above featured image in Genesis

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

<10

Remove address from the header

Remove address block from the header

Remove Post Title from Yoast Breadcrumbs

This snippet removes the post title from Yoast SEO breadcrumbs

Remove Default jQuery

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

Add User Email To Donation Summary

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

Keep Emoticons

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

Increase After Order Actions Delay

By default, Easy Digital Downloads schedules a WP Cron event 30 seconds after a purchase is…

Chatbot

Chatbot that helps with client services and questions.

Allow mobile zoom

function et_add_viewport_meta(){ echo ''; }

Untitled Snippet

i want a on off button that when press each other send logical true if press…

1 14 15 16 17 18 21