GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
|
Include files that load plugin and theme hooks. More...
Go to the source code of this file.
Namespaces | |
GravityView | |
GPL2+ | |
Variables | |
$include_path = GRAVITYVIEW_DIR . 'includes/plugin-and-theme-hooks/' | |
"GRAVITYVIEW_DIR" "../" More... | |
$plugin_hooks_files = glob( $include_path . 'class-gravityview-plugin-hooks-*.php' ) | |
foreach((array) $plugin_hooks_files as $plugin_hooks_file) | $theme_hooks_files = glob( $include_path . 'class-gravityview-theme-hooks-*.php' ) |
Include files that load plugin and theme hooks.
Definition in file load-plugin-and-theme-hooks.php.
$include_path = GRAVITYVIEW_DIR . 'includes/plugin-and-theme-hooks/' |
"GRAVITYVIEW_DIR" "../"
Definition at line 16 of file load-plugin-and-theme-hooks.php.
$plugin_hooks_files = glob( $include_path . 'class-gravityview-plugin-hooks-*.php' ) |
Definition at line 21 of file load-plugin-and-theme-hooks.php.
foreach ((array) $plugin_hooks_files as $plugin_hooks_file) $theme_hooks_files = glob( $include_path . 'class-gravityview-theme-hooks-*.php' ) |
Definition at line 28 of file load-plugin-and-theme-hooks.php.