woocommerce_note_action, $triggered_action->name, $note
woocommerce_note_action, $triggered_action->name, $note
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_note_action, $triggered_action->name, $note') is found 1 times:
- /src/Admin/Notes/Notes.php line 362
* * @param string $name The triggered action name. * @param Note $note The corresponding Note. */ do_action( 'woocommerce_note_action', $triggered_action->name, $note ); /** * Fires when an admin note action is taken. * For more specific targeting of note actions. * * @param Note $note The corresponding Note.