Remove Emojis

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

Untitled Snippet

spiritual channeling shirt by shani_bahar_azulay

shani bahar azulay
<10

Lowercase Filenames for Uploads

Make all the filenames of new uploads to lowercase after you enable this snippet.

MemberPress: Free-Views-Used Counter

This code will add the counter notification showing users how many free views of the paywall…

slide-top-center.css

html div#om-{{id}} { top: 0px !important; bottom: unset !important; width: 350px !important; left: calc(350px / 2)…

MemberPress: Whitelist Domains

This code snippet works when content is protected by MemberPress Rules. By default, logged-out visitors, and…

1 135 136 137 138 139 233