woocommerce_shipping_instance_form_fields_

woocommerce_shipping_instance_form_fields_

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_shipping_instance_form_fields_') is found 1 times:

  • /includes/abstracts/abstract-wc-shipping-method.php line 531
    	 * @since 2.6.0
    	 * @return array
    	 */
    	public function get_instance_form_fields() {
    		return apply_filters( 'woocommerce_shipping_instance_form_fields_' . $this->id, array_map( array( $this, 'set_defaults' ), $this->instance_form_fields ) );
    	}
    
    	/**
    	 * Return the name of the option in the WP DB.
    	 *
    	 * @since 2.6.0