Shortcode to get all taxonomy values of current post
This snippet declares a shortcode to get all "Artist" taxonomy values of the current post.
Change the HTML template for a specific crumb in the breadcrumbs trail
This snippet can be used to change the HTML if it’s the crumb of the ‘uncategorized’…
Add Translated Version Sitemap Entries for a Specific Post
This filter can be used to add Translated Version Sitemap Entries for a Specific Post. You…
Create Custom Address Scheme
This code snippet will create your own unique address scheme and list all the countries.
Attributes for aioseo_robots_meta
These are just the attributes for the aioseo_robots_meta filter
Unminify Schema Output in Source Code
This filter can be used to unminify schema output in the source code.
Use a WooCommerce Product Attribute as the Brand in Product Schema
This filter enables using a WooCommerce Product Attribute as the Brand in our Product Schema. Note:…
Remove the Key Text on Conversational Forms
This CSS will remove the Key Text on all Conversational Forms.
Add Translated Version Sitemap Entries for a Specific Term
This filter can be used to add Translated Version Sitemap Entries for a Specific Term. You…
Increment a Count on Each Form Submission
This snippet counts the total entries for a specific form and updates a hidden field with…
Add A Default Campaign Custom Amount
Return a "default" amount if there isn't one isn't set in the session. Read all notes…
Disable AIOSEO Admin Menu Bar
This filter can be used to Disable AIOSEO Admin Menu Bar.
How to Add Confetti Animation to Confirmation Message
** * Add confetti to the canvas element on the confirmation message * * @link https://wpforms.com/developers/how-to-add-confetti-animation-to-confirmation-message/…
Limit Post Revisions
This snippet will limit the post revisions storage memory to 4. To get started, you’ll need…
Creating a Smart Tag from an ACF Field
/** * Register the Smart Tag so it will be available to select in the form…