woocommerce_format_content

woocommerce_format_content

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_format_content') is found 1 times:

  • /includes/wc-formatting-functions.php line 1116
     * @return string
     */
    function wc_format_content( $raw_string ) {
    	$raw_string = $raw_string ?? '';
    	return apply_filters( 'woocommerce_format_content', apply_filters( 'woocommerce_short_description', $raw_string ), $raw_string );
    }
    
    /**
     * Format product short description.
     * Adds support for Jetpack Markdown.
     *
    

See this hook used in plugins: