I am looking for how to edit contents which are rendered by a short code, in WordPress.
The important thing is the structure of rendering the shortcode’s contents has already been made. It is defined as “Field Groups” in “Custom Fields” in WP dashboard. In addition, the relating template has also been made in source files. The field is rendered as <?php the_field('my_field_name'); ?>
in the template file. And I already know how to put the shortcode in the pages.
All I need to do is editing the contents in the shortcode, but I cannot find how to do. I wonder if you would help me to find.