woocommerce_note_created

woocommerce_note_created

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_note_created') is found 1 times:

  • /src/Admin/Notes/DataStore.php line 57
    		 * Fires when an admin note is created.
    		 *
    		 * @param int $note_id Note ID.
    		 */
    		do_action( 'woocommerce_note_created', $note_id );
    	}
    
    	/**
    	 * Method to read a note.
    	 *
    	 * @param Note $note Admin note.