## plugins/ ### Overview Carrington supports plugins in the same conceptual manner as WordPress. Carrington includes several hooks and filters so you can customize/override Carrington's default behavior. Any .php files placed in this directory will be auto-loaded and processed by Carrington. This is the recommended way to interact with the hooks and filters provided by Carrington. ### Supported Override Filenames - (none) ### File Descriptions No files are included here by default, add files to deliver custom functionality as needed.