Skip to content

Instantly share code, notes, and snippets.

@nickstewart95
Last active December 15, 2020 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickstewart95/181555e487aa0c02d399285a55e6c1ac to your computer and use it in GitHub Desktop.
Save nickstewart95/181555e487aa0c02d399285a55e6c1ac to your computer and use it in GitHub Desktop.
$pattern = get_shortcode_regex();
$content = $this->content;
$shortcodes = [
'row',
'intro',
'btn_primary',
'arrow_callout',
'gallery'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment