Post Meta Debugger

Add a metabox that lists all the custom fields/meta values for a post/page for easy debugging.

100+

Disable Pattern Directory

Prevent patterns from being shown in the Gutenberg editor block inserter.

30+

Open all external links in new tab

This makes the manual link tab association obsolete. All links to another domain will open in…

Automatic CSS/JavaScript Cache Busting

Replace the `ver` query arg with the JavaScript/CSS file's last modified timestamp (WordPress CSS/JS Cache Busting)

Duplicate Posts and Pages

// Add the duplicate link to action list for post_row_actions // for "post" and custom post…

Remove Google Fonts (Elementor)

add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );

Upload font files to media library

Allow the upload of font files (.ttf, .otf, .woff & .woff2) to WordPress media library

Minimalistic Admin Bar

This code snippet allows you to customize the WordPress admin bar by removing the WordPress logo,…

Display Featured Image in Post List

Make featured image visible in post list and quick edit view for any kind of post…

Remove Gutenberg Block CSS

Remove Gutenberg Block Library CSS from loading on the frontend

Remove Google Fonts (non-Elementor)

function disable_google_fonts() { return false; } add_filter( 'print_google_fonts', 'disable_google_fonts' );

RT7 Official - Maintenance Mode

RT7 Official Maintenance Mode

<10

Continue Shopping Button

/** * Add Continue Shopping Button on Cart Page * Add to theme functions.php file or…

Carla Mawyin
<10
1 2 3 4 46