📅  最后修改于: 2022-03-11 14:53:53.005000             🧑  作者: Mango
// Shortcode pour afficher le 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');