KingGrizzly
Welcome to the KingGrizzly cloud library
Filters:
Search:
Number of snippets: 10
PHP: Make Gutenberg video embeds responsive
Category: General
<p>Make sure video embeds like YouTube size responsively</p>
by KingGrizzly
HTML: Metatag to Stop Zooming Mobile Forms
Category: General
<p>Prevents unhelpful zooming on forms for mobile devices</p>
by KingGrizzly
PHP: Enable Excerpts on Pages
Category: General
<p>Adds the excerpt input box to pages, just like posts.</p>
by KingGrizzly
PHP: Remove Comments
Category: General
<p>Remove comments fro the admin menu, posts/pages, and the admin bar.</p>
by KingGrizzly
PHP: Disable Wordpress Emojis
Category: General
<p>Disable Wordpress emojis to improve site performance, taken from: https://kinsta.com/knowledgebase/disable-emojis-wordpress/#disable-emojis-code</p>
by KingGrizzly
PHP: Disable Gutenberg CSS load on front end
Category: General
<p>Improve performance by not loading Gutenberg editor CSS on front end of site.</p>
by KingGrizzly
PHP: Disable Wordpress lazy loading
Category: General
<p>Disables Wordpress lazy loading since we like to manage lazy loading with the Optimole plugin.</p>
by KingGrizzly
PHP: Disable Wordpress Image Size Threshold
Category: General
<p>This will prevent the generation of images with the "_scaled" filename, but it can allows some huge files to be...
by KingGrizzly
PHP: Remove image sizes (controls) from Elementor image dropdowns
Category: Elementor
<p>Since we disable the generation of images besides the original upload, the Elementor controls aren't relevant. This doesn't disable controls...
by KingGrizzly
PHP: Unset Wordpress Image Sizes
Category: Performance
<p>Stop the generation of Wordpress alternate image sizes. This is optimized for the Elementor Hello Theme and Wordpress defaults. Be...
by KingGrizzly