Title: Xmod08's Replies | WordPress.org

---

# Xmod08

  [  ](https://wordpress.org/support/users/xmod08/)

 *   [Profile](https://wordpress.org/support/users/xmod08/)
 *   [Topics Started](https://wordpress.org/support/users/xmod08/topics/)
 *   [Replies Created](https://wordpress.org/support/users/xmod08/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/xmod08/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/xmod08/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/xmod08/engagements/)
 *   [Favorites](https://wordpress.org/support/users/xmod08/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Extra Product Options For WooCommerce | Custom Product Addons and Fields] Expose Extra Fields for REST API](https://wordpress.org/support/topic/expose-extra-fields-for-rest-api-2/)
 *  Thread Starter [Xmod08](https://wordpress.org/support/users/xmod08/)
 * (@xmod08)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/expose-extra-fields-for-rest-api-2/#post-18116662)
 * Thank you for your reply. The code above worked. With regards to sending the 
   extra product options through API when I click add to cart, do you have a guide
   or code on how to do that?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Extra Product Options For WooCommerce | Custom Product Addons and Fields] Expose Extra Fields for REST API](https://wordpress.org/support/topic/expose-extra-fields-for-rest-api-2/)
 *  Thread Starter [Xmod08](https://wordpress.org/support/users/xmod08/)
 * (@xmod08)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/expose-extra-fields-for-rest-api-2/#post-18054426)
 * I guess you are referring to the order meta data.
 * 
   What I would like to achieve is in our headless WC store, I will be displaying
   the product details via API, I would like to display also the extra fields that
   I created using your plugin. How do I expose those extra fields data in API so
   I can use them on my headless store app?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Secure Gateway for Authorize.net and WooCommerce by Pledged Plugins] WooCommerce Store API Implementation](https://wordpress.org/support/topic/woocommerce-store-api-implementation/)
 *  Thread Starter [Xmod08](https://wordpress.org/support/users/xmod08/)
 * (@xmod08)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/woocommerce-store-api-implementation/#post-17947825)
 * Thank you, [@mohsinoffline](https://wordpress.org/support/users/mohsinoffline/)!
   I will look into it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Analytics > Settings Page Blank after Update](https://wordpress.org/support/topic/analytics-settings-page-blank-after-update/)
 *  [Xmod08](https://wordpress.org/support/users/xmod08/)
 * (@xmod08)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/analytics-settings-page-blank-after-update/#post-14584958)
 * [@pixvault](https://wordpress.org/support/users/pixvault/) Had the same issue
   in multisites and found the fix. I wasn’t seeing any console errors but blank
   screen for all Analytics pages when logged in as a Super Admin. Explicitly adding
   Super Admin user to the site solved it for me.
    -  This reply was modified 4 years, 12 months ago by [Xmod08](https://wordpress.org/support/users/xmod08/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OptionTree] Add Font Family in Typography](https://wordpress.org/support/topic/add-font-family-in-typography/)
 *  Thread Starter [Xmod08](https://wordpress.org/support/users/xmod08/)
 * (@xmod08)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/add-font-family-in-typography/#post-3651921)
 * Thank you! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page2cat: Category, Pages & Posts Shortcodes] Shortcode in linked page not working](https://wordpress.org/support/topic/shortcode-in-linked-page-not-working/)
 *  [Xmod08](https://wordpress.org/support/users/xmod08/)
 * (@xmod08)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/shortcode-in-linked-page-not-working/#post-3627108)
 * The solution would be in file page2cat/page2cat_class.php line 101, wrap get_the_content()
   with do_shortcode function. Result would be like this:
 *     ```
       echo '<div class="aptools-category-content">'.do_shortcode(get_the_content()).'</div>';
       ```
   
 * If this could be added on the next update, that would be great.
 * I tried filtering the content(to avoid changing the core) by adding it to functions.
   php but doesn’t work for me. Here was my code:
 *     ```
       add_filter('the_content', 'do_code', 21);
       function do_code($content) {
       	if(is_category()) {
       		$content = do_shortcode($content);
       	}
       	return $content;
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [image upload issue since upgrade](https://wordpress.org/support/topic/image-upload-issue-since-upgrade/)
 *  [Xmod08](https://wordpress.org/support/users/xmod08/)
 * (@xmod08)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/image-upload-issue-since-upgrade/page/2/#post-2832749)
 * works for me! thank you scionkaushik!

Viewing 7 replies - 1 through 7 (of 7 total)