siteorigin_add_installer, true
siteorigin_add_installer, true
Appears in: siteorigin-panels.2.36.0
Hook Type: filter
Displaying hooks found in version: siteorigin-panels.2.36.0apply_filters('siteorigin_add_installer, true') is found 1 times:
- /inc/installer/siteorigin-installer.php line 52
} public function setup() { if ( apply_filters( 'siteorigin_add_installer', true ) && is_admin() && self::user_has_permission() ) { /** * Determine if the SiteOrigin Installer is a standalone plugin to conditionally load the updater. * This prevents loading the updater when the Installer is bundled within another plugin.