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 370
* For more specific targeting of note actions. * * @param Note $note The corresponding Note. */ do_action( 'woocommerce_note_action_' . $triggered_action->name, $note ); // Update the note with the status for this action. if ( ! empty( $triggered_action->status ) ) { $note->set_status( $triggered_action->status ); }