apply_filters( 'automator_includes_path_to', $includes_directory , $file_name )
Filters the director path to the include file
Contents
Description Description
This can be used for include overrides by modifying the path to go to a directory in the theme or another plugin.
Parameters Parameters
- $includes_directory
-
Path to the plugins include folder
- $file_name
-
The file name of the include file
Source Source
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |