• Resolved marktasso

    (@marktasso)


    I have events (hooks) with no associated actions.
    Does that make sense, or is it garbage left by plugins?

    Tks

Viewing 1 replies (of 1 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    Yeah the majority of the time these are events left over by old plugins. The name of each event hook should give you an indication of which plugin they might belong to.

    That said, I’ve seen a small number of plugins which only register their cron event handler when the WordPress cron event runner is actually running, which makes it impossible for WP Crontrol (or any other WP-Cron management tool) to show the associated actions.

    Googling the cron event name usually helps figure out what it belongs to.

Viewing 1 replies (of 1 total)

The topic ‘hooks names with no associated actions’ is closed to new replies.