Search results for: admin
Partner Group GTM Head Tag
Add GTM Tag to Site Header on Partner Site Group
Change the No Results Found text in Modern Dropdown
This snippet changes the default no result found text in Dropdown field with Modern style.
Prevent AIOSEO From Outputting any Data on Category Archive Pages
Prevent AIOSEO from outputting any data on category archive pages.
Disable Wordpress image compression
// Disable image compression add_filter( 'jpeg_quality', 'smashing_jpeg_quality' ); function smashing_jpeg_quality() { return 100; } // Disable…
sion
sion
test
echo 'test';
Set a Custom Reply-To Email
This snippet will ensure all emails sent from your site have the same reply-to email address.…
Filter Music Promoter Age Restriction | Display Eventbrite Events
For Eventbrite music promoters only. Age restriction text is displayed unless it is set in Eventbrite…
Add Custom Text Before Purchase Button
Add custom text just before the "Purchase" button at checkout
Remove Confirmation Message Box Styling
Removes the background color and border from the form confirmation message.
Add the_content to storefront template.
Changes the number of downloads displayed in the latest downloads section of the store front template.