export_args

過濾鉤子
apply_filters( 'export_args', $args )
引數
  • (array) $args The arguments to send to the exporter.
    Required:
定義位置
相關勾子
export_filtersexport_wpwidget_posts_argsget_tagssearch_form_args
相關方法
export_add_jsexport_wpget_tagsget_cli_argsget_pagesexport_date_options
引入
3.5.0
棄用
-

export_args: 這個過濾器允許你修改傳遞給wp_export函式的引數,該函式以XML檔案的形式匯出WordPress站點的內容。

過濾匯出引數。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$args = apply_filters( 'export_args', $args );
$args = apply_filters( 'export_args', $args );
$args = apply_filters( 'export_args', $args );

常見問題

FAQs
檢視更多 >