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



export_args › WordPress过滤钩子

Since3.5.0
已弃用n/a
apply_filters( 'export_args', $args )
参数:
  • (array) $args The arguments to send to the exporter.
    Required: Yes
定义在:
文档:

Filters the export args.





源码

$args = apply_filters( 'export_args', $args );