Home / Admin / See the Scheduled Actions option in the WordPress admin sidebar
Duplicate Snippet

Embed Snippet on Your Site

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 Tools menu.

Code Preview
php
<?php
/* Add Scheduled Actions to the WordPress Tools menu 
 *
 * Original doc: https://wpmailsmtp.com/docs/how-to-troubleshoot-action-scheduler-issues-wp-mail-smtp-2-1-1/
*/
add_filter( 'wp_mail_smtp_tasks_admin_hide_as_menu', '__return_false' );

Comments

Add a Comment