Search results for: admin
WPCode Add New Snippet Skip Library Screen
This snippet enables you to skip the snippet library screen when adding a new snippet in…
Bulk Change Custom Order Status wpadmin
add_filter( 'bulk_actions-edit-shop_order', 'misha_register_bulk_action' ); // edit-shop_order is the screen ID of the orders page function misha_register_bulk_action(…
Disable Admin Password Reset Emails
Don't send an email to the administrator of the site after a user resets their password.
Fix 500 Internal Server Error
A .htaccess file is a key file in all PHP-based applications that controls your website’s configuration.…
WP Simple Pay: Create WordPress User After Payment (Lite)
Creates a new WordPress user when one-time payment is made with WP Simple Pay Lite.
Remove Author Links
If you are disabling author archives on your site you will want to remove the author…
Disable Block Directory
Prevent block directory results from being shown when searching for blocks in the editor.
Automatically Delete Woocommerce Images After Deleting a Product
Automatically Delete Woocommerce Images After Deleting a Product
Supports sending an email with a Stripe Pre-Approved payment is submitted.
By default EDD only sends a purchase confirmation when an order is marked as completed, however…
Disable jQuery Migrate
Prevent loading the jQuery Migrate script in the frontend.
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' );
Cores especificas para cada status do posts/pages
/*----------------------------------------------- Distinto color segun estado de entrada -----------------------------------------------*/ function posts_status_color() { ?>
Disable Author Archives
Completely hide author archives and prevent direct access by returning a 404 page.
Charitable Reporting: Adjusting Initial Filters
Changes the default reporting filters for the overview report page in the admin.
Allow CSS Files Upload
Allowing to upload CSS file into media folder for custom special integration such as booking search…