Welcome to the brandonjp Codevault! 🚀

Total number of Snippets: 15

Search:

You can search for a snippet by name.

Filter:

Clicking on any of the language buttons will show only snippets in that language. Selecting a snippet from the categroy list will only show snippets in that category.

Sorry, there are no snippets in that category...🫙

Have one in mind, click below to create one.

Create Snippet

WordPress Admin

AI Verified

0

Block Editor: Alt+Shift+Minus to Toggle Block Outline List View [SnipSnip.pro]

Added: 9 months ago

Last Updated: 9 months ago

ADMIN ONLY • This code snippet enhances the Gutenberg Block Editor in WordPress by adding a keyboard shortcut. By pressing Alt+Shift+Minus, users can toggle the Block Outline List View, which provides...

WordPress Admin

AI Verified

0

Block Editor: Alt+Shift+Pipe/Backslash to Toggle Right Sidebar [SnipSnip.pro]

Added: 9 months ago

Last Updated: 9 months ago

ADMIN ONLY • This code snippet enhances the Gutenberg Block Editor in WordPress by adding a keyboard shortcut. By pressing Alt+Shift+Pipe/Backslash, users can toggle the Right Sidebar. This feature im...

WordPress Admin

AI Verified

0

Block Editor: Alt+Shift+Plus to Toggle Block Inserter [SnipSnip.pro]

Added: 9 months ago

Last Updated: 9 months ago

ADMIN ONLY • This code snippet enhances the Gutenberg Block Editor in WordPress by adding a keyboard shortcut. By pressing Alt+Shift+Plus, users can toggle the Block Inserter in the Left Sidebar. This...

Performance

AI Verified

0

Disable Specific Plugins on Production Environments [SnipSnip.pro]

Added: 7 months ago

Last Updated: 7 months ago

<p>Disables the specified plugins on non-production environments (based on the site URL). You can specific which plugins you want deactivated by placing the plugin's slug in the `PLUGINS_TO_DEACTIVATE...

Performance

AI Verified

0

Deactivate Specific Plugins on Staging & Non-Production Sites [SnipSnip.pro]

Added: 7 months ago

Last Updated: 7 months ago

This "Deactivate_Plugins_On_Staging" script selectively deactivates specified plugins on your staging and non-production environments based on the site URL. Ideal for disabling plugins that are only n...