Search results for: admin
Minimalistic Admin Bar
This code snippet allows you to customize the WordPress admin bar by removing the WordPress logo,…
Disable Admin Notices WordPress
Completely removes all admin notices from the WordPress dashboard, * including core WordPress notices and those…
GravityView_DIR_AC_SYNC_GravityView Sync System
Creates Comprehensive Gravity View CPT
Change "Howdy Admin" in Admin Bar
Customize the "Howdy" message in the admin bar.
GravityForms_DIR_AC_SYNC - Gravity Forms & Feeds Sync Engine
* Description: Manual sync functionality for forms and their feeds * Location: Run Everywhere * Priority:…
Admin Bar - Updates (copy)
Show updates in Admin Bar
Disabling the Admin Bar for Non-Admin Users
add_action('after_setup_theme', 'remove_admin_bar'); function remove_admin_bar() { if (!current_user_can('administrator') && !is_admin()) { show_admin_bar(false); } }
Admin Bar - Updates
Show updates in Admin Bar
Pre-approval Emails
Email the admin and customer when a pre-approval payment has been made.
Enforce 2FA for Admins
The script enforces 2FA for the Admin Users. Just add this code snippet in Functions File.
NMDFX Admin bar, Dashboard, Edits & Custom CSS
/* HIDE Monster Icon */ .monsterinsights-quick-links, .monsterinsights-float-right { display: none!important; } #monsterinsights_reports_widget { padding: 50px 0;…
Woo SITE WIDE - Restaurant Hours + backend
Restaurant Hours, Shop Control & Checkout Disable (Enhanced with Vacations, Custom Notices, Dynamic Data, Close Button,…
MemberPress: Add Custom Field to Transactions Table
This code snippet will add data collected through a custom field on MemberPress registration forms to…
Completely Disable Comments
Disable comments for all post types, in the admin and the frontend.
Copy Donation Receipt To Admin
Send the donation receipt to the site admin as well.