Hide file-specific download options

This plugin hides file-specific download options so that All Access customers can only view/download the first…

google-site-verification=DmMH19PL8EFWGPQtwtWbjnRSNF3y5JAmaLFwFBLNW4Q

google-site-verification=DmMH19PL8EFWGPQtwtWbjnRSNF3y5JAmaLFwFBLNW4Q

Escaping Data

// instead the _e(), __() or _x() use the escaped version _e('Email Summary', 'duplicator-pro'); // this…

HTML inside PHP

How to output HTML inside PHP.

Remove image link from media uploads

Older versions of WordPress automatically linked the image to the media file.

om-manually-set-global-cookies.js

// Set OptinMonster Global Cookies when this function runs function setGlobalCookies() { document.cookie = "omSuccessCookie=true; expires=Fri,…

slide-top-right.css

html div#om-{{id}} { top: 0px !important; bottom: unset !important; transition: top 0.3s ease 0s !important; }

Customize Gift Card Code

/* Customize the generated Gift Card Code */ function agcfw_change_prefix() { return array( 'characters' => 'ABCDEFGHJKMNPQRSTUVWXYZ23456789',…

Enable automatic updates for WordPress core, plugins, and themes

// Enable automatic updates for WordPress core, plugins, and themes add_filter('automatic_updater_disabled', '__return_false'); add_filter('auto_update_core', '__return_true'); add_filter('auto_update_plugin', '__return_true');…

Test Snippet

Just a snippet description

Set a cookie if the URL contains specific UTM parameters.

The below script checks the URL for specific UTM parameters and if found, saves a cookie…

WriteSonic

Fix Issues with Website

1 47 48 49 50 51 126