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…
to add WordPress WooCommerce WhatsApp checkout
Post Intro This code snippet implements functionality similar to a WooCommerce code snippet that would enable…
Heartbeat Setting
Add a setting that allows you to configure the heartbeat interval.
Hide Elementor AI Image
/* * Hide Elementor image optimization ads when choosing the post's featured image on the backend…
MemberPress: Disable MemberPress Password Lost/Changed Email
Adding this code snippet will disable the MemberPress Password Lost/Changed notification email.
MemberPress: Bulk Delete All Expired Subscriptions
Running this code snippet will delete all expired and canceled subscriptions in bulk each time the…
Admin Giriş Url'sini Değiştir
Admin giriş linkini değiştirir.
SEP color
add_action('admin_head', 'sep_color'); function sep_color() { echo ''; }
Maintenance Mode
Display a simple maintenance mode message for non-admin users.
Reorder Admin Menu Items
Control the order of the admin menu items with a simple snippet.
Remove Emojis
/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…
Hide unnecessary roles
Masque les roles qui ne doivent pas être utilisés dans les filtres utilisateurs
Maintenance Mode
Display a simple maintenance mode message for non admin users.
Move WPCode Status Column
This snippet makes the status column the 2nd column in the admin list of snippets.
Custom WooCommerce Status
This is how to create a custom Woocommerce Status while being able to use the "Mark…