[ad_1]
I have been trying to figure this out for a couple of days but I can’t find any information anywhere so maybe you guys can help. I have a added Membership plug-in to my WordPress website. The Plug in automatically generated Pages. These Pages contain shortcodes my question is how can I edit or at least see the short code?
Example Paragraph \[swpm\_thank\_you\_page\_registration\] [ad_2]
I assume they are listed in the plugin documentation. If not, then Id consider it sketchy.
You cannot edit the shortcode because that would stop it from working. If you want to see the output of the short code you can save / preview the page in your browser. If you still see the shortcode this means the shortcode is invalid.
What are you wanting to do exactly?
Shortcode functions can be found in /classes/shortcode-related/class.swpmp-shortocdes-handler.php
You may not actually need to edit the shortcode (and you should never edit a plugin’s code directly anyway) – there might be a hook or filter you can use [https://simple-membership-plugin.com/simple-membership-action-hook-reference/])