WordPress函数文档do_shortcode_tag()

执行一个短标签钩子 描述 Regular Expression callable for do_shortco…

执行一个短标签钩子

描述

Regular Expression callable for do_shortcode() for calling shortcode hook.

用法

<?php do_shortcode_tag$m ?>

参数

$m

(array) (必填) Regular expression match array

默认值: None

返回值

(mixed) 

False on failure.

注意

  • This is a private function. It should not be called directly. It is listed in the Codex for completeness.
  • See get_shortcode_regex for details of the match array contents.
  • 使用到 global: (unknown type) $shortcode_tags

历史

添加于 版本: 2.5

源文件

do_shortcode_tag() 函数的代码位于 wp-includes/shortcodes.php.

  • 原文:http://codex.wordpress.org/Function_Reference/do_shortcode_tag
类别:WordPress函数文档

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT