Search results for: admin
MemberPress: Exclude MemberPress Custom Post Types from WordPress Search Results
By default, protected content could show up in the website search results. Though still protected, they…
MemberPress: Bulk Delete All Expired Subscriptions
Running this code snippet will delete all expired and canceled subscriptions in bulk each time the…
Disable Emojis
Disable Emoji's in WordPress to improve your site's performance
Hide ‘Screen Options’ Tab
Remove the Screen Options menu at the top of admin pages.
Add Last Modified Column
Display the post last modified date in the admin.
Add Multiple Checkboxes To Donation Form
This uses the "multi-checkbox" vs just "checkbox" for a single checkbox.
Limit user posts
A settings page to set the number of posts all users can create
Download Archive Menu Item
Displays the download archive link in the "View All" tab of the "Pages" menu items meta…
Prevent AIOSEO from changing the category to the primary one
This snippet will prevent AIOSEO from changing the category to the primary one.
Download Archive Menu Item
Displays the download archive link in the "View All" tab of the "Pages" menu items meta…
Add A Default Campaign Custom Amount
Return a "default" amount if there isn't one isn't set in the session. Read all notes…
Downloads Email Tag
Adds a {downloads} email tag for use in email templates that outputs a simple list of…
change media owner
Allows the admin to assign any media library file from one user to another
MFP > Deploy Show & Get Data
add_action('acf/save_post', 'add_show_children'); function add_show_children($post_id) { if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) return $post_id; if (!wp_is_post_revision($post_id) && 'show' ==…
Mass Order Delete
Bulk delete orders from Easy Digital Downloads easily