jetpack_import_types

jetpack_import_types

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.2.1

apply_filters('jetpack_import_types') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-import/src/class-main.php line 93
    		 * @since 0.1.0
    		 *
    		 * @param array $routes Array of import routes.
    		 */
    		self::$routes = apply_filters( 'jetpack_import_types', $routes );
    
    		// Register all the routes.
    		foreach ( self::$routes as $route ) {
    			$route->register_routes();
    		}
    	}