Search results for: admin
Modify User Verification URL Expiration
Changes the length of time before user verification email links expire
change media owner
Allows the admin to assign any media library file from one user to another
Add the "input hidden" field type to the EDD settings
Add 'input type="hidden"' to the type of input fields available when setting up your plugin's EDD…
User Switching
Easily switch to a Customer when using the User Switching plugin
Sort Events Category by Publish Date (Oldest First)
function sort_posts_by_category($query) { if ($query->is_main_query() && !is_admin()) { $oldest_first_categories = array(1483,1486,1485,1484,1482,1391); // Replace with the IDs…
Hide the Email Test Menu Item in Settings
This snippet will hide the 'Email Test' tab from your WP Mail SMTP settings menu.
Download Archive Menu Item
Displays the download archive link in the "View All" tab of the "Pages" menu items meta…
Allow Other WordPress Roles to View Email Logs
This snippet will allow you to manage the capabilities of roles allowed to view the site's…
User Switching
Easily switch to a Customer when using the User Switching plugin
Add Radio Boxes To Donation Form
/** * Add a collection of radio selections to the donation form. * * This snippet…
Download Archive Menu Item
Displays the download archive link in the "View All" tab of the "Pages" menu items meta…
Download Archive Menu Item
Displays the download archive link in the "View All" tab of the "Pages" menu items meta…
Replace WordPress Logo on Login Page
Use your custom logo on the default login page, don't forget to edit the snippet...
Mass Order Delete
Bulk delete orders from Easy Digital Downloads easily
Taxonomy Count
Control the number of products displayed on the default download category and download tag pages.