Welcome to the KingGrizzly Codevault! 🚀

Link to website:

https://kinggrizzly.com

Total number of Snippets: 10

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

General

AI Verified

1

PHP: Make Gutenberg video embeds responsive

Added: 9 months ago

Last Updated: 9 months ago

<p>Make sure video embeds like YouTube size responsively</p>

General

Unverified

1

HTML: Metatag to Stop Zooming Mobile Forms

Added: 9 months ago

Last Updated: 9 months ago

<p>Prevents unhelpful zooming on forms for mobile devices</p>

General

AI Verified

1

PHP: Enable Excerpts on Pages

Added: 9 months ago

Last Updated: 9 months ago

<p>Adds the excerpt input box to pages, just like posts.</p>

General

AI Verified

1

PHP: Remove Comments

Added: 9 months ago

Last Updated: 9 months ago

<p>Remove comments fro the admin menu, posts/pages, and the admin bar.</p>

General

AI Verified

1

PHP: Disable Wordpress Emojis

Added: 9 months ago

Last Updated: 9 months ago

<p>Disable Wordpress emojis to improve site performance, taken from: https://kinsta.com/knowledgebase/disable-emojis-wordpress/#disable-emojis-code</p>

General

AI Verified

1

PHP: Disable Gutenberg CSS load on front end

Added: 9 months ago

Last Updated: 9 months ago

<p>Improve performance by not loading Gutenberg editor CSS on front end of site.</p>

General

AI Verified

1

PHP: Disable Wordpress lazy loading

Added: 9 months ago

Last Updated: 9 months ago

<p>Disables Wordpress lazy loading since we like to manage lazy loading with the Optimole plugin.</p>

General

AI Verified

1

PHP: Disable Wordpress Image Size Threshold

Added: 9 months ago

Last Updated: 9 months ago

<p>This will prevent the generation of images with the "_scaled" filename, but it can allows some huge files to be uploaded so clients should be trained on how to prepare an image for upload.</p>

Elementor

AI Verified

1

PHP: Remove image sizes (controls) from Elementor image dropdowns

Added: 9 months ago

Last Updated: 9 months ago

<p>Since we disable the generation of images besides the original upload, the Elementor controls aren't relevant. This doesn't disable controls on all widgets, unfortunately — but it does remove them...

Performance

AI Verified

2

PHP: Unset Wordpress Image Sizes

Added: 9 months ago

Last Updated: 2 months ago

<p>Stop the generation of Wordpress alternate image sizes. This is optimized for the Elementor Hello Theme and Wordpress defaults. Be sure to zero out all image sizes under the Settings &gt; Media ima...