Search results for: admin

Disable Site Admin Email Verification

Stop WordPress from asking you to confirm the administrator email address when logging in.

600+

Allow Admin Access

Enables access for logged in users who do not have certain permissions.

Hide admin nags

.notice .is-dismissable { display: none; } /* In Wordpress, set this to be inserted into the…

Add TikTok to the social tab of settings

This will show the setting and it should be saved when saving the form.

Restrict Dashboard Summary Widget

Prevent specific users (by user ID) from seeing the Easy Digital Downloads Sales Summary widget.

WPCode Admin Number of Snippets

Change the number of snippets displayed in the admin list using a filter.

<10

SEP color

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

Display Post and Page IDs in WordPress Columns

This PHP code enables you to display the IDs of posts and pages within WordPress columns.…

Download Column Thumbnail

Render a new post column featuring the download thumbnail.

Remove Dashboard Welcome Panel

Hide the Welcome Panel on the WordPress dashboard for all users.

2.6k

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.

300+

Admin Giriş Url'sini Değiştir

Admin giriş linkini değiştirir.

Heartbeat Setting

Add a setting that allows you to configure the heartbeat interval.

<10
1 4 5 6 7 8 82