Add action parameter to PCP shortcode
PCP Shortcodes are now available per https://github.com/civicrm/civicrm-core/pull/16695 and https://github.com/civicrm/civicrm-wordpress/pull/185. The shortcode is using the info page, not the contribution page.
The info page is pretty inflexible to customize. So the shortcode is just making it possible to use a regular WP post URL rather than e.g. https://example.org/civicrm/pcp/info/?reset=1&id=1.
Also, sometimes it is best to send someone a direct link to a contribution page rather than make them click 2x, one to the info and then the contribution page. Perhaps it is better as a core change to combine the info and contribution pages. Thoughts?
However, in the short-run, is it trivial to add the action parameter similar to the event shortcode that lets you show the info page (action="info") or the register page (action="register")?