woocommerce_note_types

woocommerce_note_types

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_note_types') is found 1 times:

  • /src/Admin/Notes/Note.php line 136
    			self::E_WC_ADMIN_NOTE_SURVEY,
    			self::E_WC_ADMIN_NOTE_EMAIL,
    		);
    
    		return apply_filters( 'woocommerce_note_types', $allowed_types );
    	}
    
    	/**
    	 * Get allowed statuses.
    	 *
    	 * @return array