假设我有[list]
短代码。我想有一个帖子解释如何使用短代码(我的主题文档)。我怎么能有这样的标题
[list type="arrow"] Shortcode Tag
[list type="arrow"]
转换为无效HTML假设我有[list]
短代码。我想有一个帖子解释如何使用短代码(我的主题文档)。我怎么能有这样的标题
[list type="arrow"] Shortcode Tag
[list type="arrow"]
转换为无效HTML如果您熟悉此代码<?php $pattern = get_shortcode_regex(); preg_match(\'/\'.$pattern.\'/s\', $posts[0]->post_content, $matches); if (is_array($matches) && $matches[2] == \'YOURSHORTCODE\') { //shortcode is being used }&#