Search results for: admin
WpPages_DIR_AD_SYNC – WordPress Pages Sync Engine
Description: Comprehensive sync functionality for pages with full content analysis * Location: Run Everywhere * Priority:…
Copy Donation Receipt To Admin
Send the donation receipt to the site admin as well.
Fix LearnPress conflict that hides AIOSEO tabs on settings pages
LearnPress hides the tabs of AIOSEO by loading its Vue assets on our pages. This snippet…
Add duplicate link to admin bar menu
Extend the WPCode duplicate snippet (https://library.wpcode.com/snippet/7oqnzxow/) with an admin bar menu item. The duplicate snippet needs…
CPT_KEYSMST_Weekly Summary Child to MST CASE
/** * Plugin Name: MST Weekly Summary CPT - Blueprint v4.2 Compliant * Description: Weekly summary…
Admin Menu Editor plugin - Open Custom URL in New Tab
This code Snippet was initially created to be used with the Admin Menu Editor plugin (https://wordpress.org/plugins/admin-menu-editor/),…
Disable Posts Post Type
This snippet hides the default Posts post type from the WordPress admin
Disable Full Site Editing (FSE)
Prevent any user from making changes to the site using the Full Site Editor.
Completely Disable Comments
add_action('admin_init', function () { // Redirect any user trying to access comments page global $pagenow; if…
Disable All Admin Notices individually
function disable_all_admin_notices() { remove_all_actions('admin_notices'); } add_action('admin_init', 'disable_all_admin_notices');
Product Video Cover Plugin Code
Código para criar a função de videos como capa de produto
WpPages_DIR_AA_CPT - WordPress Pages Sync CPT Registration
* Description: Registers custom post type for WordPress pages data with full REST API support *…
Duplicate Posts and Pages
// Add the duplicate link to action list for post_row_actions // for "post" and custom post…
Disable All Updates
Hide all updates for WordPress Core, Plugins and Themes.
Custom drag and drop
Allows you to drag and drop to reorder posts in the WP backend.