📜  函数 php 文件中的 divi 布局注入器短代码模块 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:53.005000             🧑  作者: Mango

代码示例1
// 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');