export_date_options()
export_date_options( string $post_type = ‘post’ )
创建用于导出给定文章类型的日期选项字段。
Create the date options fields for exporting a given post type.
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$post_type | (string) | 可选 | 职位类型。 |
返回(Return)
无返回值
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.1.0 | wp-admin/export.php:137 | 0 | 4 |
export_date_options() 为WP2原创文章,链接:https://www.wp2.cn/functions/export_date_options/