Created
October 4, 2016 05:36
-
-
Save psahalot/24bb6b28a7f2a59550e8e86a71fb6c2c to your computer and use it in GitHub Desktop.
Site Wide Modal / Popup Box
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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