Skip to content

Instantly share code, notes, and snippets.

@DavidCramer
Created May 25, 2017 05:56
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 DavidCramer/f91d296446affc9207713e315b7b749d to your computer and use it in GitHub Desktop.
Save DavidCramer/f91d296446affc9207713e315b7b749d to your computer and use it in GitHub Desktop.
Beaver Builder + FacetWP template display code
<?php
$module_id = 0; // change this to the ID of your saved module.
FLBuilder::enqueue_layout_styles_scripts_by_id( $module_id );
FLBuilder::render_content_by_id( $module_id );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment