Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Barry

    (@barryhughes-1)

    I see the usual entry under the Tools menu, using my local development site, and I also see it if I create a brand new WordPress site and install the latest version there.

    Could it be the result of a conflict of some kind?

    Thread Starter nicmare

    (@nicmare)

    Plugin Author Barry

    (@barryhughes-1)

    Ah, yes. Some plugins that include Action Scheduler deliberately choose to hide that menu entry, probably to reduce the amount of ‘noise’ in the admin environment or else, perhaps, to prevent users from tinkering with scheduled actions.

    On our side, there is not a lot we can do about that—and it’s also not an unreasonable choice for plugin authors to make (so long as they are mindful of the impact).

    Thread Starter nicmare

    (@nicmare)

    Hey Barry thanks for the insights which gave me the idea to inspect the code of wp mail smtp and i finally found a filter to show the action scheduler sub menu again:

    add_filter(“wp_mail_smtp_tasks_admin_hide_as_menu”,”__return_false”);

    • This reply was modified 9 months, 1 week ago by nicmare.
    fidoboy

    (@fidoboy)

    I’ve added this filter into functions.php but Action Scheduler is not being displayed again.

    Plugin Author Barry

    (@barryhughes-1)

    Are you using a different plugin (than WP Mail SMTP)? Or, are you using another plugin that also includes Action Scheduler?

    The best advice here is to go to the support team for each of those plugins, since it’s likely they are responsible for hiding the menu item.

    (This is not a problem in Action Scheduler itself.)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WP-Admin Menu Item disappeared’ is closed to new replies.