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…
Add dynamic copyright year (center) to footer
This shortcode will automatically add "Copyright © 2024" (or the current year) to the bottom of…
home
home page header
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; }
MemberPress: Turn Off Auto-Rebill for Offline Gateway
Some integrations - like Mail Chimp - require auto-rebill to be stopped before they do their…
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":…
CSS for Countdown Timer text
Translate the text ‘Days’, ‘Hours’, ‘Minutes’, and ‘Seconds’ into another language.