code at the end of the body tag

Hello, I need to include the following code at the end of the body tag of…

MemberPress: Replace Country Code with Country Name

Replaces the 2-digit country code in the {$user_address} parameter for emails with the full country name.

Changing the logo on the WordPress login page.

// Zmiana logo na stronie logowania Wordpress. add_filter( 'login_head', function () { $custom_logo = 'https://yourimageurl.com'; $logo_width…

Defining Amazon SES Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

floating bar css

html div#om-{{id}}.CampaignType--floating { position: absolute !important; top: 0 !important; display: block !important; background: #0B8BBB !important; }

Dynamic copyright year using HTML

Adjust the styling either inline or using css

MemberPress: Bulk Delete All Expired Subscriptions

Running this code snippet will delete all expired and canceled subscriptions in bulk each time the…

How to Check If Your Debug Certificate Has Expired

keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey

MemberPress: Free-Views-Left Counter

This code will add the counter notification showing users how many free views they have left…

Webhook smart tags

{ "smart_tags": { "region": "Gujarat", "state": "Gujarat", "province": "Gujarat", "territory": "Gujarat", "region_code": "GJ", "country": "India", "country_code":…

1 198 199 200 201 202 218