siteorigin_add_installer

siteorigin_add_installer

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: siteorigin-panels.2.33.3

apply_filters('siteorigin_add_installer') 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.
    

See this hook used in plugins: