ActionScheduler_WPCommentCleaner::register_admin_notice()
Registers admin notices about the orphaned action logs.
Method of the class: ActionScheduler_WPCommentCleaner{}
No Hooks.
Return
null
. Nothing (null).
Usage
$result = ActionScheduler_WPCommentCleaner::register_admin_notice();
ActionScheduler_WPCommentCleaner::register_admin_notice() ActionScheduler WPCommentCleaner::register admin notice code WC 9.6.1
public static function register_admin_notice() { add_action( 'admin_notices', array( __CLASS__, 'print_admin_notice' ) ); }