Fix typo (how-to-design-a-simple-extension.md) (#50149)
Update how-to-design-a-simple-extension.md Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com>
This commit is contained in:
parent
ec1eede8b9
commit
1761dab9d4
|
@ -382,7 +382,7 @@ if ( ! class_exists( 'My_Extension' ) ) :
|
|||
endif;
|
||||
|
||||
/**
|
||||
* Function for delaying initialization of the extension until after WooComerce is loaded.
|
||||
* Function for delaying initialization of the extension until after WooCommerce is loaded.
|
||||
*/
|
||||
function my_extension_initialize() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue