woocommerce_note_action_

woocommerce_note_action_

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.5.1

do_action('woocommerce_note_action_') 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 );
    		}