Search results for: disable
Require a comments with rating
Return the number of the rating that should not require a comment.
Change Jump links to buttons
Make the "jump to recipe" and "print recipe" links look like buttons at the top of…
Move Jump to Recipe above featured image
/** * Ensures the "Jump to Recipe" button is added to the content really late. */…
Move Jump to Recipe above featured image in Genesis
/** * Ensures the "Jump to Recipe" button is added above the featured image. */ add_action(…
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…
test
test
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…