action_scheduler_pastdue_actions_extra_notices, $query_args

action_scheduler_pastdue_actions_extra_notices, $query_args

Hook Type: action

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

do_action('action_scheduler_pastdue_actions_extra_notices, $query_args') is found 1 times:

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