Skip to content

Instantly share code, notes, and snippets.

@juanres
Created March 1, 2018 13:22
Show Gist options
  • Save juanres/4a04f8fc83908f3d5698bcf494a92571 to your computer and use it in GitHub Desktop.
Save juanres/4a04f8fc83908f3d5698bcf494a92571 to your computer and use it in GitHub Desktop.
import from module taking its ID
<?php
get_header();
echo do_shortcode('[et_pb_section global_module="5306"][/et_pb_section]');
$show_default_title = get_post_meta( get_the_ID(), '_et_pb_show_title', true );
$is_page_builder_used = et_pb_is_pagebuilder_used( get_the_ID() );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment