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

apply_filters('woocommerce_shipping_instance_form_fields_') is found 1 times:

  • /includes/abstracts/abstract-wc-shipping-method.php line 534
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    * @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