action_scheduler_pastdue_actions_extra_notices

action_scheduler_pastdue_actions_extra_notices

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('action_scheduler_pastdue_actions_extra_notices') is found 1 times:

  • /packages/action-scheduler/classes/ActionScheduler_AdminView.php line 240
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
        );
        echo '</p></div>';
     
        // Facilitate third-parties to evaluate and print notices.
        do_action( 'action_scheduler_pastdue_actions_extra_notices', $query_args );
    }
     
    /**
     * Provide more information about the screen and its data in the help tab.
     */
    public function add_help_tabs() {