Remove "WordPress" from admin titles

Stop adding "WordPress" to the admin pages browser title.

30+

Disable Pattern Directory

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

30+

Disable Application Passwords

Disable Application Passwords feature that was added in WP 5.6.

30+

Disable Specific Blocks

Prevent certain blocks from being used in the Gutenberg Editor.

30+

Allow Contributors to Upload Images

Allow users with the Contributor role to upload files in the admin.

20+

Add Auto Sizes to Lazy Loaded images

Use the "auto" size added in browsers for lazy loaded images.

20+

Limit Comments & Display Character Count

Limit comment length and display a count of characters.

20+

Override Block Editor Palette Colors

Use this snippet to control the pre-defined colors in the Block Editor.

10+

Remove Unused JS

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

Open all external links in new tab

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

Prevent Copy Paste

This JavaScript snippet prevents right-click and copy events on the frontend

10+

Disable Thumbnail Image Sizes

Prevent WordPress from generating specific thumbnail sizes.

10+

Duplicate Posts and Pages

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

Automatic CSS/JavaScript Cache Busting

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

1 5 6 7 8 9 80