Adjust some docs subfolder names, add missing heading (#39970)

This commit is contained in:
Corey McKrill 2023-08-31 11:20:38 -07:00 committed by GitHub
commit fd4bea5d3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# Adding actions and filters
Like many WordPress plugins, WooCommerce provides a range of actions and filters through which developers can extend and modify the platform.
Often, when writing new code or revising existing code, there is a desire to add new hooks—but this should always be done with thoughtfulness and care. This document aims to provide high-level guidance on the matter.