woocommerce_generate_ . $type . _html, , $k, $v, $this
woocommerce_generate_ . $type . _html, , $k, $v, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_generate_ . $type . _html, , $k, $v, $this') is found 1 times:
- /includes/abstracts/abstract-wc-settings-api.php line 364
* @param string $key The key of the field. * @param array $data The attributes of the field as an associative array. * @param object $wc_settings The current WC_Settings_API object. */ $html .= apply_filters( 'woocommerce_generate_' . $type . '_html', '', $k, $v, $this ); } else { $html .= $this->generate_text_html( $k, $v ); } } if ( $echo ) {