Search results for: admin

Empty Admin Dashboard

Disable all dashboard widgets in the admin and the welcome panel.

400+

Add Campaigns Menu

/** * This function will add a top-level Campaigns menu tab to the menu * in…

Reorder Admin Menu Items

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

40+

Change City Field To Select

/** * This code snipet shows how to change the City field in the * donation…

Remove Emojis

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

Register New Donation Field For Specific Campaign

/** * This example shows how to add a new donation field to your site, but…

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.

100+

Disable Emojis

Disable Emoji's in WordPress to improve your site's performance

2.3k

Hide ‘Screen Options’ Tab

Remove the Screen Options menu at the top of admin pages.

700+

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.2k

Display Post and Page IDs in WordPress Columns

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

Send Notifications On User Registration

/** * Notify admin and user when a user registers with Charitable. * * @param array[]…

Add a color picker field in Formidable Forms

Install this snippet and add 'frm-color-picker' in the 'CSS Layout Classes' setting for a field.

1 3 4 5 6 7 51