ActionScheduler_WPCommentCleaner::register_admin_notice
Registers admin notices about the orphaned action logs.
Метод класса: ActionScheduler_WPCommentCleaner{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$result = ActionScheduler_WPCommentCleaner::register_admin_notice();
Код ActionScheduler_WPCommentCleaner::register_admin_notice() ActionScheduler WPCommentCleaner::register admin notice WC 10.5.0
public static function register_admin_notice() {
add_action( 'admin_notices', array( __CLASS__, 'print_admin_notice' ) );
}