Display Featured Image in Post List
Make featured image visible in post list and quick edit view for any kind of post…
Change Business Info Opening Hours Icon
This filter can be used to change the business info Opening Hours icon. Replace "/assets/images/email-icon.png" with…
Hide the breadcrumbs on pages.
This snippet can be used to hide the breadcrumbs on pages.
Output og:image that uses the Large Size Image
This snippet can be used to output og:image that uses the large size image
Allow Webp, SVG, ICO
A Pro Snippet
Disable Update Emails
// Disable auto-update email notifications add_filter('auto_core_update_send_email', 'disable_auto_update_emails', 10, 4); function disable_auto_update_emails($send, $type, $core_update, $result) { if…
display user name in a menu
/** * Show a user's display name/user name in a WordPress menu. * Once this code…
Add Campaign Progress Bar Shortcode
Add a new shortcode to display the progress bar for a particular campaign.
Automatically Delete Woocommerce Images After Deleting a Product
Automatically Delete Woocommerce Images After Deleting a Product
Automatic CSS/JavaScript Cache Busting
Replace the `ver` query arg with the JavaScript/CSS file's last modified timestamp (WordPress CSS/JS Cache Busting)
Multi Step Donation Form
This snippet provides a foundation for converting the donation form into a multi-step donation form.
Remove Line Breaks From CSV Exports
This snippet will remove the line breaks from CSV exports.
Disable Auto-generated Image Sizes
When we upload any media, WordPress automatically generates other extra sizes of it. It may eat…
Disable Redirect Logging in AIOSEO Redirects
This filter can be used to skip logging redirect logging in AIOSEO Redirects.
Change Default Post Type Name “aioseo-location”
This filter can be used to change the default post type name from “aioseo-location” to 'franchise-location'.