Search results for: admin

Replace WordPress Logo on Login Page

Use your custom logo on the default login page, don't forget to edit the snippet...

5.0k

Disable Block Directory

Prevent block directory results from being shown when searching for blocks in the editor.

300+

Disable Author Archives

Completely hide author archives and prevent direct access by returning a 404 page.

900+

Kupon kódok megjelenítése az értesítő email-ekben

Ezzel a kóddal megjeleníthetjük a vásárlás során felhasznált kupon kódokat az értesítő email-ekben. Az egyszerűbb és…

Remove Product Notes For Specific Downloads

Remove a download's product notes from showing on the purchase confirmation page, the admin email, and…

Note Orders

add_filter( 'manage_edit-shop_order_columns', 'custom_shop_order_column', 90 ); function custom_shop_order_column( $columns ) { $ordered_columns = array(); foreach( $columns as…

Bulk Change Custom Order Status wpadmin

add_filter( 'bulk_actions-edit-shop_order', 'misha_register_bulk_action' ); // edit-shop_order is the screen ID of the orders page function misha_register_bulk_action(…

Untitled Snippet

// Disable Gutemberg add_filter( 'use_block_editor_for_post', '__return_false', 10 );

Remove Product Notes For All Downloads

Remove product notes from all downloads. These show on the purchase confirmation page, the admin email…

Add Accept Terms Field

Add a Terms and Conditions donation field, showing whether the donor accepted terms and conditions when…

MemberPress: Exclude Protected Posts from Search Results

Removes any posts from the search results that the current user (or guest) does not have…

Gravity Forms: Add Custom CSS Buttons to GravityWP CSS Ready Classes Plugin

Add custom CSS: quick buttons and accordion at the top of the GravityWP - CSS Selector…

Disable jQuery Migrate

Prevent loading the jQuery Migrate script in the frontend.

400+

Disable the AIOSEO Flyout Menu for Non-Administrator Users.

This snippet can be used to disable the AIOSEO flyout menu for non-administrator users.

<10

WPCode Functions

For the WPCode plugin interface

1 10 11 12 13 14 82