ActionScheduler_WPCommentCleaner::register_admin_notice()public staticWC 1.0

Registers admin notices about the orphaned action logs.

Метод класса: ActionScheduler_WPCommentCleaner{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$result = ActionScheduler_WPCommentCleaner::register_admin_notice();

Код ActionScheduler_WPCommentCleaner::register_admin_notice() WC 8.7.0

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