woocommerce/docs/extension-development
Matt Sherman b4a39483da
Doc: Migrate "Working with WooCommerce Admin Pages" (#40007)
* Initial migration

* Add additional links to code reference

* Fix lint indentation issue

* Add nav_args['parentPath'] documentation

* Minor code style fix (spacing)

* Update add_extension_register_page example to adhere to guidelines

* Update woocommerce_admin_pages_list filter example to conform to guidelines

* Update parentPath doc to make it clear that it is part of the JS config, not the PHP config
2024-01-15 09:04:39 -05:00
..
README.md Update category desc (#42978) 2024-01-08 15:51:24 -05:00
adding-a-section-to-a-settings-tab.md replace forward tick with ' in docs folder (#42799) 2024-01-02 16:59:26 -04:00
adding-actions-and-filters.md Update category desc (#42978) 2024-01-08 15:51:24 -05:00
building-your-first-extension.md replace forward tick with ' in docs folder (#42799) 2024-01-02 16:59:26 -04:00
class-reference.md Remove newlines at the start of docs (#42843) 2024-01-08 14:50:49 -05:00
extension-developer-handbook.md replace forward tick with ' in docs folder (#42799) 2024-01-02 16:59:26 -04:00
handling-deactivation-and-uninstallation.md replace forward tick with ' in docs folder (#42799) 2024-01-02 16:59:26 -04:00
handling-merchant-onboarding.md replace forward tick with ' in docs folder (#42799) 2024-01-02 16:59:26 -04:00
how-to-add-your-own-store-management-links.md migrating images out of docs folder (#42851) 2024-01-05 11:41:03 -05:00
how-to-design-a-simple-extension.md replace forward tick with ' in docs folder (#42799) 2024-01-02 16:59:26 -04:00
implementing-settings.md replace forward tick with ' in docs folder (#42799) 2024-01-02 16:59:26 -04:00
logging.md Update category desc (#42978) 2024-01-08 15:51:24 -05:00
settings-api.md add graymatter to docs 2023-11-29 14:48:05 -04:00
tools-for-low-code-development.md replace encoded dashes with hyphen in docs (#42845) 2023-12-18 10:03:16 -04:00
using-custom-attributes-in-menus.md replace forward tick with ' in docs folder (#42799) 2024-01-02 16:59:26 -04:00
woocommerce-plugin-api-callback.md add graymatter to docs 2023-11-29 14:48:05 -04:00
working-with-woocommerce-admin-pages.md Doc: Migrate "Working with WooCommerce Admin Pages" (#40007) 2024-01-15 09:04:39 -05:00

README.md

category_title category_slug post_title
Extension Development extension-development Extension development

Explore how to develop WooCommerce extensions with practical tutorials and resources ideal for initial setup and understanding the core functionalities of the platform.