Search results for: admin
MemberPress: Manually Refresh Member Data
This code snippet is designed to manually refresh all members' data on a WordPress site. After…
Block WP-Admin Area from Non-Administrators
Prevent users who are not administrators from accessing the wp-admin area.
Duplicate Post/Page Link
Duplicate posts, pages or any post type with 1-click by adding a duplicate link in...
Change Admin Panel Footer Text
Display custom text in the admin panel footer with this snippet.
Hide the ‘Screen Options’ Tab on admin bar
Remove the Screen Options menu at the top of the admin bar.
Add ID column in admin tables
Display the post id in the admin in its own column for convenience.
Disable Gutenberg Code Editing for Non-Admin Users
Prevent non-admin users from using "Edit as HTML" or "Code editor" in the Gutenberg Editor.
Disable New User Notifications
Prevent the admin user from getting new user notification emails.
custom order status wpadmin
/* * Register a custom order status * * @author Misha Rudrastyh * @url https://rudrastyh.com/woocommerce/order-statuses.html */…
Paid Memberships Pro with WC Vendors
// PAID MEMBERSHIPS PRO -- UPGRADE TO VENDOR, DOWNGRADE TO SUBSCRIBER /* Members signing up for…
Empty Admin Dashboard
Disable all dashboard widgets in the admin and the welcome panel.
Restrict Dashboard Summary Widget
Prevent specific users (by user ID) from seeing the Easy Digital Downloads Sales Summary widget.
Core_Universal_Download Fix
/** * WPCode Snippet: Auto-Create .htaccess in Uploads Folder for Force Download * Description: Creates/updates .htaccess…
GravityView_DIR_AD_FPOPULATION - Auto-Populate GravityView Field Details on CPT Sync
* Location: Run Everywhere * Priority: 30 * Description: Hooks into GravityView sync to populate detailed…
Give export capability to administrator
This snippet adds the export capability to the administrator user role.