Yes, can you tell us what are the features should be in that shortcode ?
I wanted to have ability to execute shortcodes provided by other plugins within this one. So for example, if there is a shortcode provided by another plugin that exposes the post id (like [postid]), I wanted ability to have that shortcode included in a custom stock status and have it properly shown.
In developer terms, all this requires is to run the text of the custom stock status through the do_shortcode function before displaying
like
[show_stock_status product_id=100] ??
No. I am asking about ability to include other shortcodes within yours, not your shortcode within other plugins.
For example, I want to be able to do [customshortcode] within stock status and have that process.
Like I said above, all it needs is running the stock status through do_shortcode before showing it
Okay, will check the possibility to implement. thanks