Skip to content

Commit

Permalink
Small changes around automatic inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcwilson committed Jul 24, 2020
1 parent 81ca976 commit 4885322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions content/dev/code/inclusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ Any `*.php` files placed in `includes/functions/extra_functions` are loaded auto
- A storefront side page will automatically load its own language file. So the page `includes/modules/pages/contact_us/` will load `includes/languages/english/contact_us.php`
- All files in `includes/languages/english/extra_definitions` are automatically loaded.

### Extra Datafiles and Extra Configures
### Extra Datafiles, Extra Configures, Extra Cart Actions

Any `*.php` files in this folder are loaded automatically.

### Extra Cart Actions

Any `*.php` files in this folder are loaded automatically.
See [Extra folders](/dev/code/extra_folders/) for a complete list.

### Auto Loaded Observers

Expand Down
1 change: 1 addition & 0 deletions content/user/plugins/about_plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ in an organized manner, a number of facilities are provided:
* [Notifiers/Observers](/dev/code/notifiers/)
* [Init System](/dev/code/init_system/)
* [Extra folders](/dev/code/extra_folders/)
* [Auto Inclusion](/dev/code/inclusion/)

### More Information

Expand Down

0 comments on commit 4885322

Please sign in to comment.