我可以把我的短码放在php文件的变量里吗?

时间:2017-03-29 作者:DopeAt

比如像这样的

 <?php $check_in = [st_custom_meta key="st_custom_available_dates"] ; ?>
我不知道我是否正确使用了这个方法,或者这是否有可能。。

有什么想法吗?提前谢谢你

1 个回复
最合适的回答,由SO网友:Paul \'Sparrow Hawk\' Biron 整理而成

你需要打电话do_shortcode(), 如下所示:

$check_in = do_shortcode (\'[st_custom_meta key="st_custom_available_dates"]\') ;

相关推荐

无法在模板函数.php中使用IS_HOME

我试图在标题中加载一个滑块,但只在主页上加载。如果有帮助的话,我正在使用Ultralight模板。我正在尝试(在template functions.php中)执行以下操作:<?php if ( is_page( \'home\' ) ) : ?> dynamic_sidebar( \'Homepage Widget\' ); <?php endif; ?> 但这行不通。现在,通过快速的google,我似乎需要将请