• Resolved peaceharbor

    (@jlc500k)


    When this plugin is active, the Scheduled Actions Menu disappears from the Dashboard / Tools Menu. It can still be accessible when visiting the Scheduled Actions URL directly, example.com/wp-admin/tools.php?page=action-scheduler, but I’m not sure why the menu option disappears. I have this plugin installed on over a dozen sites I manage, and it’s like this on all sites. Here’s a short video showing the detail.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Darshana

    (@darshanaw)

    Hi @jlc500k,

    Thanks for reaching out! Some plugins that install the Action Scheduler library (such as the Action Scheduler plugin itself) add a Scheduled Actions option to the WordPress sidebar’s Tools menu.

    However, other plugins that include the Action Scheduler library, such as WPForms, WP Mail SMTP, and WooCommerce remove this option to avoid duplication.

    If you’d like to, you can still access the Scheduled Actions page using the WordPress Tools menu. This can be done by adding the following WordPress filter to your child theme’s functions.php file.

    add_filter( 'wp_mail_smtp_tasks_admin_hide_as_menu', '__return_false' );

    I hope this helps.

    Thanks!

    Thread Starter peaceharbor

    (@jlc500k)

    Ah, gotcha. Makes sense. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Scheduled Actions Menu Disappears’ is closed to new replies.