Disable Emojis

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

<10

footer

footer description

Photo-Profile Dashboard for login users ( If your theme does not have any ) #The Greek

This WordPress code customizes the default avatar for users who do not have a custom profile…

MemberPress: Disable Unauthorized Redirection on a Specific Page or Post

Adding this code snippet will prevent unauthorized users from being redirected away from the specific page…

Add Radio Boxes To Donation Form

/** * Add a collection of radio selections to the donation form. * * This snippet…

David Bisset PRO
<10

Footer menu

Footer menu with black background and white text

Automatically Close Campaign After Specific Amount of Seconds

The below code snippet closes your campaign after a specific amount of seconds have passed.

1 77 78 79 80 81 215