Skip to content

Instantly share code, notes, and snippets.

@psahalot
Created October 4, 2016 05:36
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save psahalot/24bb6b28a7f2a59550e8e86a71fb6c2c to your computer and use it in GitHub Desktop.
Site Wide Modal / Popup Box
function beaveraddons_popup_box() {
echo do_shortcode('[fl_builder_insert_layout slug="site-wide-popup"]');
}
add_action('fl_after_content', 'beaveraddons_popup_box');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment