wc_help_tip

wc_help_tip

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.2.3

apply_filters('wc_help_tip') is found 1 times:

  • /includes/wc-core-functions.php line 1595
    	 * @param bool   $allow_html     Allow sanitized HTML if true or escape.
    	 *
    	 * @return string
    	 */
    	return apply_filters( 'wc_help_tip', '<span class="woocommerce-help-tip" tabindex="0" aria-label="' . $sanitized_tip . '" data-tip="' . $sanitized_tip . '"></span>', $sanitized_tip, $tip, $allow_html );
    }
    
    /**
     * Return a list of potential postcodes for wildcard searching.
     *
     * @since 2.6.0