Search results for: admin
MemberPress: Export Account Type in CSV
Add the following code to add a new CSV export option for Corporate Accounts that includes…
Display Featured Image in Post List
Make featured image visible in post list and quick edit view for any kind of post…
See the Scheduled Actions option in the WordPress admin sidebar
This snippet gives you the ability to add the Scheduled Actions menu item to the WordPress…
MA GDPR YouTube
[ma-gdpr-youtube id="youtubeid"] GDPR compliant YouTube video embedding Version 1.2.0, 2022-09-25 © 2021-2022, Matthias Altmann Info: en:…
WPCode Admin Number of Snippets
Change the number of snippets displayed in the admin list using a filter.
Hide Admins from being tracked
Adds a function that will allow you to properly add all your tracking scripts and stop…
Disable Emojis
/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…
Disable Site Admin Email Verification
Stop WordPress from asking you to confirm the administrator email address when logging in.
Add TikTok to the social tab of settings
This will show the setting and it should be saved when saving the form.
Disable Emojis
Disable Emoji's in WordPress to improve your site's performance
Hide ‘Screen Options’ Tab
Remove the Screen Options menu at the top of admin pages.
Remove Dashboard Welcome Panel
Hide the Welcome Panel on the WordPress dashboard for all users.
Display Post and Page IDs in WordPress Columns
This PHP code enables you to display the IDs of posts and pages within WordPress columns.…
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.
Download Column Thumbnail
Render a new post column featuring the download thumbnail.