woocommerce_note_deleted, $note_id

woocommerce_note_deleted, $note_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_note_deleted, $note_id') is found 1 times:

  • /src/Admin/Notes/DataStore.php line 212
    		 * Fires when an admin note is deleted.
    		 *
    		 * @param int $note_id Note ID.
    		 */
    		do_action( 'woocommerce_note_deleted', $note_id );
    	}
    
    	/**
    	 * Read actions from the database.
    	 *
    	 * @param Note $note Admin note.