Set current URL as the Canonical URL and ignore query strings
This snippet searches for a specific string in the current URL and if found, it set…
Disable Application Passwords
Disable Application Passwords feature that was added in WP 5.6.
How to Add JavaScript to a Page When Using the Form Pages Addon
/** * Add confetti to the convas element on the confirmation message for Form Pages *…
Disable Block Directory
Prevent block directory results from being shown when searching for blocks in the editor.
Recreate the aioseo_cache table
This code snippet recreates the missing 'aioseo_cache' table. This code snippet should be enabled and executed…
Display Related Posts by Category
List 5 posts from the same categories as the current post.
Disable autogenerated shipping details schema for WooCommerce
This code snippet will disable AIOSEO autogenerated shipping details schema for WooCommerce Products
AIOSEO - Increase SEO Analyzer TimeOut
This snippet will increase the Timeout limit set for the SEO Analysis feature on a site.
Scan images from Elementor Galleries and counts them for the sitemap XML
This snippet will find new images inside the post content, which has Elementor Galleries. And it…
Hide the Submit Button on Calculator Forms
To use any of the Calculator forms but want to hide the submit button. Use this…
Disable Posts in Admin
Hide the Posts menu from the admin if you don't need the default Posts post type.
Disable All Updates
Hide all updates for WordPress Core, Plugins and Themes.
Add Autofocus on Your Form
This snippet adds auto focus to the first field of your form when the page loads.
Add basic Open Graph Tags
Add OG tags for social media in your posts and pages.
Post Meta Debugger
Add a metabox that lists all the custom fields/meta values for a post/page for easy debugging.