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; }
om-monsterlink-mobile-variant.html
Subscribe Now!
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
WP Aggregator Feed Limit
Increase the number of fetched items in RSS Feed
WooCommerce Product Settings: Enabling Custom Discount Options with Checkbox and Input Field First set quantity only – No Plugin
Post More Detail Here’s an explanation of the features we are going to add using the…
Warranty Result CSS
html { font-size: 62.5%; } @media screen and (max-width: 37.5em) { html { font-size: 50%; }…