jetpack_import_types

jetpack_import_types

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_import_types') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-import/src/class-main.php line 93
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
         * @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();
        }
    }