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.9.7.0

apply_filters('woocommerce_format_content') is found 1 times:

  • /includes/wc-formatting-functions.php line 1123
    1119
    1120
    1121
    1122
    1123
    1124
    1125
    1126
    1127
    1128
    1129
    * @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: