Is there a way to parse shortcodes in PHP?

You can execute shortcodes using the do_shortcode() function

$gallery_html = do_shortcode('');

Leave a Comment