woocommerce_shipping_ . $this->id . _option, parent::get_option( $key, $empty_value

woocommerce_shipping_ . $this->id . _option, parent::get_option( $key, $empty_value

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_shipping_ . $this->id . _option, parent::get_option( $key, $empty_value') is found 1 times:

  • /includes/abstracts/abstract-wc-shipping-method.php line 527
    			return $this->get_instance_option( $key, $empty_value );
    		}
    
    		// Return global option.
    		$option = apply_filters( 'woocommerce_shipping_' . $this->id . '_option', parent::get_option( $key, $empty_value ), $key, $this );
    		return $option;
    	}
    
    	/**
    	 * Gets an option from the settings API, using defaults if necessary to prevent undefined notices.
    	 *