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

3.3k

Hide ‘Screen Options’ Tab

Remove the Screen Options menu at the top of admin pages.

900+

Add Last Modified Column

Display the post last modified date in the admin.

100+

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

<10

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.

<10

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

<10

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

1 7 8 9 10 11 97