{$shortcode}_shortcode_tag, $shortcode
{$shortcode}_shortcode_tag, $shortcode
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('{$shortcode}_shortcode_tag, $shortcode') is found 1 times:
- /includes/class-wc-shortcodes.php line 46
'woocommerce_my_account' => __CLASS__ . '::my_account', ); foreach ( $shortcodes as $shortcode => $function ) { add_shortcode( apply_filters( "{$shortcode}_shortcode_tag", $shortcode ), $function ); } // Alias for pre 2.1 compatibility. add_shortcode( 'woocommerce_messages', __CLASS__ . '::shop_messages' ); }