wpseek.com
WordPress开发者和主题制作者的搜索引擎



do_shortcode_tag › WordPress过滤钩子

Since4.7.0
已弃用n/a
apply_filters( 'do_shortcode_tag', $output, $tag, $attr, $m )
参数: (4)
  • (string) $output Shortcode output.
    Required: Yes
  • (string) $tag Shortcode name.
    Required: Yes
  • (array|string) $attr Shortcode attributes array or the original arguments string if it cannot be parsed.
    Required: Yes
  • (array) $m Regular expression match array.
    Required: Yes
定义在:
文档:

Filters the output created by a shortcode callback.





源码

return apply_filters( 'do_shortcode_tag', $output, $tag, $attr, $m );