apply_filters( 'woocommerce_navigation_connect_page_options', array $options )
Filter the options when connecting or registering a page.
Description Description
Use the js_page
option to determine if registering.
Parameters Parameters
- $options
-
Array describing the page.
- 'id'
(string) Id to reference the page. - 'title'
(string|array) Page title. Used in menus and breadcrumbs. - 'parent'
(string|null) Parent ID. Null for new top level page. - 'screen_id'
(string) The screen ID that represents the connected page. (Not required for registering). - 'path'
(string) Path for this page. E.g. admin.php?page=wc-settings&tab=checkout - 'capability'
(string) Capability needed to access the page. - 'icon'
(string) Icon. Dashicons helper class, base64-encoded SVG, or 'none'. - 'position'
(int) Menu item position. - 'js_page'
(boolean) If this is a JS-powered page.
- 'id'
Source Source
File: packages/woocommerce-admin/src/PageController.php