Skip to content

Instantly share code, notes, and snippets.

@psahalot
Created November 28, 2017 07:17
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 psahalot/770fdc33f89b5cba1982e7f6aff7135d to your computer and use it in GitHub Desktop.
Save psahalot/770fdc33f89b5cba1982e7f6aff7135d to your computer and use it in GitHub Desktop.
Global Modal Box
function powerpack_modal_box() {
echo do_shortcode('[fl_builder_insert_layout slug="saved-module-slug" type="fl-builder-template"]' );
}
add_action('wp_footer', 'powerpack_modal_box');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment