woocommerce_generate_

woocommerce_generate_

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_generate_') 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 ) {