Title: what im wrong ? shortcode not work ?
Last modified: June 3, 2021

---

# what im wrong ? shortcode not work ?

 *  Resolved [noam69901](https://wordpress.org/support/users/noam69901/)
 * (@noam69901)
 * [5 years ago](https://wordpress.org/support/topic/what-im-wrong-shortcode-not-work/)
 * add_filter( ‘woocommerce_product_tabs’, ‘wpb_new_product_tab’ );
    function wpb_new_product_tab(
   $tabs ) { // Add the new tab $tabs[‘test_tab’] = array( ‘title’ => __( ‘Size 
   Chart’, ‘text-domain’ ), ‘priority’ => 50, ‘callback’ => ‘wpb_new_product_tab_content’);
   return $tabs; }
 * function wpb_new_product_tab_content() {
    // The new tab content echo ‘Size Chart’;
   echo ‘[table id=2 responsive=collapse responsive_breakpoint=”phone” /] ” /.’;}
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwhat-im-wrong-shortcode-not-work%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * (@bungeshea)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/what-im-wrong-shortcode-not-work/#post-14754215)
 * Answered at [https://wordpress.org/support/topic/how-i-can-create-shortcode-inside/](https://wordpress.org/support/topic/how-i-can-create-shortcode-inside/)

Viewing 1 replies (of 1 total)

The topic ‘what im wrong ? shortcode not work ?’ is closed to new replies.

 * ![](https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878)
 * [Code Snippets](https://wordpress.org/plugins/code-snippets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/code-snippets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/code-snippets/)
 * [Active Topics](https://wordpress.org/support/plugin/code-snippets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/code-snippets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/code-snippets/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/what-im-wrong-shortcode-not-work/#post-14754215)
 * Status: resolved