Search results for: admin
Defining SMTP.com Mailer Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
Defining SendLayer Mailer Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
Defining Email Log Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
Enable WP Mail SMTP Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
"New" Badge for Recent Posts
Display a badge to highlight posts that are newer than 7 days.
Convert Uploaded Images to WebP Format Automatically
Automatically convert uploaded images to WebP format.
Add user registration date
/* * Creating a column (it is also possible to remove some default ones) */ add_filter(…
Allow JS Files Upload
Allowing to upload JS files into media folder for custom special integration such as booking search…
Allow CSS Files Upload
Allowing to upload CSS file into media folder for custom special integration such as booking search…
Gravity Forms: Add Custom CSS Buttons to GravityWP CSS Ready Classes Plugin
Add custom CSS: quick buttons and accordion at the top of the GravityWP - CSS Selector…
Charitable Reporting: Adjusting Initial Filters
Changes the default reporting filters for the overview report page in the admin.
Disable Author Archives
Completely hide author archives and prevent direct access by returning a 404 page.
Cores especificas para cada status do posts/pages
/*----------------------------------------------- Distinto color segun estado de entrada -----------------------------------------------*/ function posts_status_color() { ?>
Disable "Scheduled export e-mail of ... returned false when sending to ..." notice in Scheduled Exports
function custom_woo_ce_cron_export_email_wp_mail_failure_notice() { // Turn off the error notice return false; } add_filter( 'woo_ce_cron_export_email_wp_mail_failure_notice', 'custom_woo_ce_cron_export_email_wp_mail_failure_notice' );
Disable jQuery Migrate
Prevent loading the jQuery Migrate script in the frontend.