Search results for: admin

Custom drag and drop

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

Disable Posts in Admin

Hide the Posts menu from the admin if you don't need the default Posts post type.

400+

Disable Blog Posts

// Remove side menu add_action( 'admin_menu', function () { remove_menu_page( 'edit.php' ); } ); // Remove…

Shop Manager - View Only.js

Creates a Shop Manager - View Only role that can view the backend, but cannot edit…

Add column Product type in WooCommerce

Add a column in the product list to differentiate the type of product

Disable AIOSEO Admin Menu Bar

This filter can be used to Disable AIOSEO Admin Menu Bar.

60+

Remove "WordPress" from admin titles

Stop adding "WordPress" to the admin pages browser title.

1.3k

WPCode Snippet: Download All Snippets Button

* Description: Adds bulk download button to WPCode Snippets Sync admin page * Location: Admin Only…

ismail daugherty PRO
<10

GravityView_DIR_AB_ACF - GravityView Views ACF Fields

* WPCode Snippet: GravityView Views ACF Fields * Description: Registers ACF fields for GravityView configurations and…

ismail daugherty PRO
<10

Post Views Count | Post Views Tracking with Shortcode and Admin Column and Elementor Support

This WordPress code provides a comprehensive solution for tracking post views. It includes: cookie-based view counting…

Add Email Headers

Add headers to Charitable emails (for example CC/BCC headers).

MemberPress: Add Custom Field Date to Members Table

This code snippet will add data collected through a custom field on MemberPress registration forms to…

Remove SEO Statistics from the Dashboard menu

Code Snippet to remove SEO Statistics from the Dashboard menu

100+

MemberPress: Send “Profile Updated” Admin Notification

The code changes WordPress's functioning to send notifications to the admin when a user modifies their…

1 2 3 4 5 131