Search results for: disable
Append a Page to the Additional Pages Sitemap
This filter can be used to Append a Page to the Additional Pages Sitemap
Title
Describe
Remove Post Title from Yoast Breadcrumbs
This snippet removes the post title from Yoast SEO breadcrumbs
Dynamically Add Article Schema to Posts
This filter can be used to Dynamically Add Article Schema to Posts.
Hide the ‘Screen Options’ Tab on admin bar
Remove the Screen Options menu at the top of the admin bar.
Remove address from the header
Remove address block from the header
Force account creation by cart total
Force account creation at checkout if the cart total is a certain amount and the quantity…
Show Admin Bar
The code below shows the admin bar for logged in users who do not have these…
Add Noindex & Nofollow Attributes to all the Posts
This filter can be used to add Noindex & Nofollow attributes to all the Posts
Remove users from WP-JSON
Increase your site's security by hiding usernames from WP-JSON, that are otherwise exposed to the public.
Move Jump to Recipe above featured image in Genesis
/** * Ensures the "Jump to Recipe" button is added above the featured image. */ add_action(…
Remove Specific Post Type From Public Post Type List
This filter can be used to remove the movie post type from the public post type…
Hotfix: Remove Stripe Statement Descriptor
In EDD 3.2.8, Easy Digital Downloads changed how Statement Descriptors are used with Stripe Payments to…
Move Jump to Recipe above featured image
/** * Ensures the "Jump to Recipe" button is added to the content really late. */…
Remove Gutenberg Blocks CSS
add_action( 'wp_enqueue_scripts', function () { wp_dequeue_style( 'wp-block-library' ); wp_dequeue_style( 'wp-block-library-theme' ); // Remove WooCommerce block CSS…