Hi @mynetflixtain,
With the Shortcoder plugin if you have HTML/CSS/JavaScript code snippets then you can create “shortcodes” for them.
If you are programming using PHP, then you can create a shortcode directly using the WordPress Shortcode API.
Thanks,
Aakash
Please can you guide me through, using the endpoints on the popular woocommerce my account page that has these menu: downloads, address etc
I guess it is best if this is discussed with woocommerce team. They may guide on what you are expecting.
Since this is not related to shortcoder, I’m not sure how I can help. But I was able to find a document in woocommerce site – https://woocommerce.com/document/woocommerce-endpoints-2-1/
You may also check out their API documentation page for more details.
Okay,what I meant is that can I generate a shortcode from my page or post link itself, for example, mydomainname.com/about-us, I want to generate a shortcode from my page existing link, is it possible ?
With this plugin, we can create shortcode for HTML/CSS/JS code snippets only.
You might have to create shortcode programmatically with PHP and use woocommerce api in that.