Skip to content

Instantly share code, notes, and snippets.

@munirkamal
Created November 10, 2017 12:12
Show Gist options
  • Select an option

  • Save munirkamal/adfd9c96ed17f09c30c9a615f6d4e5df to your computer and use it in GitHub Desktop.

Select an option

Save munirkamal/adfd9c96ed17f09c30c9a615f6d4e5df to your computer and use it in GitHub Desktop.
// shortcode to show the module
function showmodule_shortcode($moduleid) {
extract(shortcode_atts(array('id' =>'*'),$moduleid));
return do_shortcode('[et_pb_section global_module="'.$id.'"][/et_pb_section]');
}
add_shortcode('showmodule', ‘showmodule_shortcode');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment