Themes
Themes.php
integrate_manage_themes
call_integration_hook('integrate_manage_themes', array(&$subActions))
Type | Parameter | Description |
---|---|---|
array |
&$subActions |
desc |
- Called from
ThemesMain()
in./Sources/Themes.php
- Notes
- Since 2.1
integrate_theme_options
call_integration_hook('integrate_theme_options')
- Called from
SetThemeOptions()
in./Sources/Themes.php
- Notes
- Since 2.1
integrate_theme_settings
call_integration_hook('integrate_theme_settings')
- Called from
SetThemeSettings()
in./Sources/Themes.php
- Notes
- Since 2.1
integrate_wrap_action
call_integration_hook('integrate_wrap_action')
- Called from
WrapAction()
in./Sources/Themes.php
- Notes
- Since 2.1
Subs-Themes.php
integrate_get_single_theme
call_integration_hook('integrate_get_single_theme', array(&$variables, $id))
Type | Parameter | Description |
---|---|---|
array |
&$variables |
desc |
array |
$id |
desc |
- Called from
get_single_theme()
in./Sources/Subs-Themes.php
- Notes
- Since 2.1
integrate_get_all_themes
call_integration_hook('integrate_get_all_themes', array(&$themeValues, $enable_only))
Type | Parameter | Description |
---|---|---|
array |
&$themeValues |
desc |
array |
$enable_only |
desc |
- Called from
get_all_themes()
in./Sources/Subs-Themes.php
- Notes
- Since 2.1
integrate_get_installed_themes
call_integration_hook('integrate_get_installed_themes', array(&$themeValues))
Type | Parameter | Description |
---|---|---|
array |
&$themeValues |
desc |
- Called from
get_installed_themes()
in./Sources/Subs-Themes.php
- Notes
- Since 2.1
integrate_theme_install
call_integration_hook('integrate_theme_install', array(&$context['to_install'], $id_theme))
Type | Parameter | Description |
---|---|---|
array |
&$to_install |
desc |
array |
$id_theme |
desc |
- Called from
theme_install()
in./Sources/Subs-Themes.php
- Notes
- Since 2.1