action_scheduler_admin_notice_html, $action_message_html, $action, $notification
action_scheduler_admin_notice_html, $action_message_html, $action, $notification
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('action_scheduler_admin_notice_html, $action_message_html, $action, $notification') is found 1 times:
- /vendor/woocommerce/action-scheduler/classes/ActionScheduler_ListTable.php line 440
/* translators: 1: action HTML 2: action ID 3: error message */ $action_message_html = sprintf( __( 'Could not process change for action: "%1$s" (ID: %2$d). Error: %3$s', 'action-scheduler' ), $action_hook_html, esc_html( $notification['action_id'] ), esc_html( $notification['error_message'] ) ); } $action_message_html = apply_filters( 'action_scheduler_admin_notice_html', $action_message_html, $action, $notification ); $this->admin_notices[] = array( 'class' => $class, 'message' => $action_message_html, ); }