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:…

ismail daugherty PRO
<10

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…

100+

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…

<10

CPT_KEYSMST_Weekly Summary Child to MST CASE

/** * Plugin Name: MST Weekly Summary CPT - Blueprint v4.2 Compliant * Description: Weekly summary…

ismail daugherty PRO
<10

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

<10

Disable Full Site Editing (FSE)

Prevent any user from making changes to the site using the Full Site Editor.

500+

Completely Disable Comments

add_action('admin_init', function () { // Redirect any user trying to access comments page global $pagenow; if…

<10

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

<10

WpPages_DIR_AA_CPT - WordPress Pages Sync CPT Registration

* Description: Registers custom post type for WordPress pages data with full REST API support *…

ismail daugherty PRO
<10

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.

500+

Custom drag and drop

Allows you to drag and drop to reorder posts in the WP backend.

1 2 3 4 128