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 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.