Modify User Role on Checkout

Modify the user role that is given to users that register during checkout

Header and Footer

Copy/pasted form docket

Justin Barron
<10

Do On Complete

Execute code whenever an EDD purchase is complete.

Submission Form Redirect

Filter the redirect URL for successful FES Submission Form submission

Send Site Notifications to a BCC Address

This snippet will ensure all your site’s outgoing emails are also sent to a specific BCC…

Hide Elementor AI Image

/* * Hide Elementor image optimization ads when choosing the post's featured image on the backend…

How to Allow Upload SVG Files in WordPress Media Library Code | Function.php

This code is a set of WordPress filters designed to enable the upload of SVG (Scalable…

Current Year Shortcode

Adding the option to use the current year [year] shortcode on your website on any website,…

Enable WP Mail SMTP Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

Add the fields to the user edit screen

// Add the fields to user edit screen. add_action( 'show_user_profile', 'add_extra_user_fields' ); add_action( 'edit_user_profile', 'add_extra_user_fields' );…

Redirect from Array

Setup redirect for multiple pages.

<10
1 33 34 35 36 37 126