Skip to content

Instantly share code, notes, and snippets.

@nickkuijpers
Created May 21, 2015 22:07
Show Gist options
  • Save nickkuijpers/83808c55b64ed29192ca to your computer and use it in GitHub Desktop.
Save nickkuijpers/83808c55b64ed29192ca to your computer and use it in GitHub Desktop.
WordPress Unyson Build With Builder
$buildwith = fw_ext_page_builder_is_builder_post( get_the_ID() );
if($buildwith == 1){
the_content();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment