Search results for: admin

Admin Giriş Url'sini Değiştir

Admin giriş linkini değiştirir.

SEP color

add_action('admin_head', 'sep_color'); function sep_color() { echo ''; }

Maintenance Mode

Display a simple maintenance mode message for non-admin users.

Reorder Admin Menu Items

Control the order of the admin menu items with a simple snippet.

400+

Remove Emojis

/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…

Hide unnecessary roles

Masque les roles qui ne doivent pas être utilisés dans les filtres utilisateurs

Maintenance Mode

Display a simple maintenance mode message for non admin users.

800+

Move WPCode Status Column

This snippet makes the status column the 2nd column in the admin list of snippets.

<10

Custom WooCommerce Status

This is how to create a custom Woocommerce Status while being able to use the "Mark…

Disable WooCommerce widgets on vendor store pages

/** * Remove widgets from the vendor store and single product pages conditionally. * * You…

Disable Product delete for published products only

/** * This will disable delete only for published products, leaving drafts to be able to…

WPForms Quiz — Save results as Entry Note

This PHP snippet lets you save quiz results in Entry Notes

Ralden Souza PRO
<10

WWPP - Customize the admin "New Order" email subject for wholesalers

/** * Customize the Admin "New Order" email subject for wholesale customers only */ add_filter( 'woocommerce_email_subject_new_order',…

Show Sticky Posts on Top of the Archive Templates - WPX Tetris Theme

## Sticky Posts on Archive Pages - WPX Tetris Theme **Description:** Display sticky posts first on…

FluentCommunity Auto-Delete Diagnostics

This diagnostic snippet monitors and logs how the FluentCommunity auto-delete system behaves, without needing debug.log. It…

1 10 11 12 13 14 135