Settings::register_pages() Registers settings pages. ContentsDescription Source Related Uses User Contributed Notes Description #Description Source #Source File: packages/woocommerce-admin/src/Features/Settings.php Expand full source code Collapse full source code Top ↑Related #Related Top ↑Uses #Uses Uses Uses Description packages/woocommerce-admin/src/Features/Settings.php: Settings::replace_settings_page() Replace the Settings page in the original WooCommerce menu. includes/admin/class-wc-admin-settings.php: WC_Admin_Settings::get_settings_pages() Include the settings page classes. packages/woocommerce-admin/src/PageController.php: PageController::get_instance() We want a single instance of this class so we can accurately track registered menus and pages. Top ↑User Contributed Notes #User Contributed Notes You must log in before being able to contribute a note or feedback.
Top ↑Uses #Uses Uses Uses Description packages/woocommerce-admin/src/Features/Settings.php: Settings::replace_settings_page() Replace the Settings page in the original WooCommerce menu. includes/admin/class-wc-admin-settings.php: WC_Admin_Settings::get_settings_pages() Include the settings page classes. packages/woocommerce-admin/src/PageController.php: PageController::get_instance() We want a single instance of this class so we can accurately track registered menus and pages.