Search results for: disable

Show Admin Bar

The code below shows the admin bar for logged in users who do not have these…

Remove Gutenberg Blocks Library CSS

Remove Gutenberg Block Library CSS from loading on the frontend

Szállítási módok elrejtése a Kosár oldalon

Ezzel a kóddal a Kosár oldalon lehet a szállítási módokat elrejteni, így a vásárlók azt csak…

Lazy load YouTube videos in WordPress with Shortcode

Lazy load YouTube videos in WordPress with Shortcode

Remove Unused JS

/** * We will Dequeue the jQuery UI script as example. * * Hooked to the…

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…

1 13 14 15 16 17 21