jetpack_feature_import_enabled

jetpack_feature_import_enabled

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0

do_action('jetpack_feature_import_enabled') is found 1 times:

  • /class.jetpack.php line 819
    		if ( class_exists( Import_Main::class ) ) {
    			Import_Main::configure();
    
    			if ( ! did_action( 'jetpack_feature_import_enabled' ) ) {
    				do_action( 'jetpack_feature_import_enabled' );
    			}
    		}
    	}
    
    	/**
    	 * Before everything else starts getting initalized, we need to initialize Jetpack using the