ActionScheduler_WPCommentCleaner::register_admin_notice()public staticWC 1.0

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() code WC 8.6.1

public static function register_admin_notice() {
	add_action( 'admin_notices', array( __CLASS__, 'print_admin_notice' ) );
}