Search results for: admin
Disable Site Health
Completely hide the Site Health menu item and dashboard widget.
Export Categories and Tags
Export Categories and Tags
Hide Admins from being tracked
Adds a function that will allow you to properly add all your tracking scripts and stop…
Disable New User Notifications
Prevent the admin user from getting new user notification emails.
Empty Admin Dashboard
Disable all dashboard widgets in the admin and the welcome panel.
custom order status wpadmin
/* * Register a custom order status * * @author Misha Rudrastyh * @url https://rudrastyh.com/woocommerce/order-statuses.html */…
MemberPress: Export Account Type in CSV
Add the following code to add a new CSV export option for Corporate Accounts that includes…
Display Featured Image in Post List
Make featured image visible in post list and quick edit view for any kind of post…
WPCode Admin Number of Snippets (copy)
Change the number of snippets displayed in the admin list using a filter.
Paid Memberships Pro with WC Vendors
// PAID MEMBERSHIPS PRO -- UPGRADE TO VENDOR, DOWNGRADE TO SUBSCRIBER /* Members signing up for…
Order WPCode snippets by title in the admin
Make the default order of WPCode snippets in the admin by title ascending.
See the Scheduled Actions option in the WordPress admin sidebar
This snippet gives you the ability to add the Scheduled Actions menu item to the WordPress…
Disable Emojis
/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…
MA GDPR YouTube
[ma-gdpr-youtube id="youtubeid"] GDPR compliant YouTube video embedding Version 1.2.0, 2022-09-25 © 2021-2022, Matthias Altmann Info: en:…
MemberPress: Send “Profile Updated” Admin Notification When MemberPress Account Is Updated
Similar to the code snippet here: https://library.wpcode.com/snippet/m5ye1wj2/, this code sends a notification to the admin when…