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.8.7.0

do_action('action_scheduler_pastdue_actions_extra_notices') is found 1 times:

  • /packages/action-scheduler/classes/ActionScheduler_AdminView.php line 208
    		);
    		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() {