siteorigin_add_installer

siteorigin_add_installer

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: siteorigin-panels.2.29.9

apply_filters('siteorigin_add_installer') is found 1 times:

  • /inc/installer/siteorigin-installer.php line 47
    		}
    
    		public function setup() {
    			if (
    				apply_filters( 'siteorigin_add_installer', true ) &&
    				is_admin() &&
    				self::user_has_permission()
    			) {
    				// If the installer has been installed as a plugin (rather than bundled), setup the Github updater.
    				if ( basename( SITEORIGIN_INSTALLER_DIR ) == 'siteorigin-installer-develop' ) {
    					require_once SITEORIGIN_INSTALLER_DIR . '/inc/github-plugin-updater.php';
    

See this hook used in plugins: