action_scheduler_admin_notice_html хук-фильтр . WC 1.0
Использование
add_filter( 'action_scheduler_admin_notice_html', 'filter_function_name_9200', 10, 3 ); function filter_function_name_9200( $action_message_html, $action, $notification ){ // filter... return $action_message_html; }
- $action_message_html
- -
- $action
- -
- $notification
- -
Где вызывается хук
action_scheduler_admin_notice_html
woocommerce/packages/action-scheduler/classes/ActionScheduler_ListTable.php 415
$action_message_html = apply_filters( 'action_scheduler_admin_notice_html', $action_message_html, $action, $notification );