WP Simple Pay: Modify Customer Record Creation

Add custom parameters to the Stripe Customer creation request.

Disable Emojis

/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…

<10

Login Form Styling

Custom styling for login forms

Facebook Domain Verification snippet

Asembo Digital Solutions Facebook Pixel ID (tracking)

Remove Decimal Points In Suggested (US)

Will turn "$5.00" into "$5" on suggestion donation amounts in the donation form.

footer

footer description

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: Free-Views-Left Counter

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

1 83 84 85 86 87 229