Allow CSS Files Upload

Allowing to upload CSS file into media folder for custom special integration such as booking search…

Untitled Snippet

wp_enqueue_style( 'style', get_stylesheet_uri() ); .wp-block-latest-comments__comment-date { color: var(--wp--preset--color--primary); font-size: var(--wp--preset--font-size--small); } function myfirsttheme_setup() { /* *…

Re-route BuddyPress emails through WP Mail SMTP

This snippet will re-route all BuddyPress emails through WP Mail SMTP. This code snippet will also…

Google Ads Referral Sweet Demo

Scheduled a demo form Google ads

Michael Cuevas
<10

Untitled Snippet

pinterest-site-verification=6ab93a141b8c2934962535304036488b

MemberPress: Hide the Cancel Link in the Account Page for a Period of Time

The code will hide the subscription cancellation link on the Account page for a set period…

Style Just OptinMonster Campaign Placeholders

html div#om-{{id}} ::-webkit-input-placeholder { color: #333 !important; } /* Chrome/Opera/Safari */ html div#om-{{id}} ::-moz-placeholder { color:…

Remove Clear Link @ Variable Single Product Page

Remove clear link from attribute from single product page

MemberPress: Send Email to User When Their User Role Is Changed

Adding this code snippet to a website will send an automated email to the user each…

1 115 116 117