无论如何都要将<?PHP ECHO DO_SHORTCODE(“[SHORTCODE]”);?>放入$outprint=print intf()

时间:2017-12-01 作者:user132459

想要放<?php echo do_shortcode("[shortcode]"); ?>内部et\\u pb\\u title\\u容器,如下所示

<div%3$s class="et_pb_module et_pb_post_title %2$s%4$s%8$s%10$s%11$s">
            %5$s
            %9$s
            %6$s
            <div class="et_pb_title_container">
                %1$s
                <div class="entry-content">
            </div>
            %7$s
            </div>
请帮助,不太了解php,提前感谢

1 个回复
SO网友:Jacob Peattie

您可以使用do_shortcode() 在里面sprintf() 与任何其他值一样:

$output = sprintf( \'<div>%s</div>\', do_shortcode( \'[shortcode]\' ) );

结束