Search results for: admin

Hide ‘Screen Options’ Tab

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

900+

Disable Emojis

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

3.5k

Register New Donation Field For Specific Campaign

Add a new donation field to your site, but only display it in the front-end donation…

Change City Field To Select

Change the City field in the donation form to a selectable, dropdown field, with several pre-set…

Add Campaigns Menu

Add a top-level Campaigns menu tab to the menu in the WordPress dashboard.

Send Notifications On User Registration

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

Download Column Thumbnail

Render a new post column featuring the download thumbnail.

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.

Display Post and Page IDs in WordPress Columns

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

Maintenance Mode

Display a simple maintenance mode message for non admin users.

500+

Hide unnecessary roles

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

Remove Emojis

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

Reorder Admin Menu Items

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

300+

Maintenance Mode

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

SEP color

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

1 6 7 8 9 10 113