woocommerce_output_cart_shortcode_content хук-фильтр . WC 1.0
Output the cart shortcode.
Использование
add_filter( 'woocommerce_output_cart_shortcode_content', 'filter_function_name_6800' ); function filter_function_name_6800( $atts ){ // filter... return $atts; }
- $atts(массив)
- Shortcode attributes.
Где вызывается хук
woocommerce_output_cart_shortcode_content
woocommerce/includes/shortcodes/class-wc-shortcode-cart.php 72
if ( ! apply_filters( 'woocommerce_output_cart_shortcode_content', true ) ) {