add shortcode
Use add_shortcode function to register shortcode for later use. The first parameter is a name of your shortcode, the second is a callback function where you can add the content to return.
Reference: https://codex.wordpress.org/Shortcode_API
copy