jetpack_sync_get_themes_callable

jetpack_sync_get_themes_callable

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_sync_get_themes_callable') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/class-functions.php line 664
    660
    661
    662
    663
    664
    665
    666
    667
    668
    669
    670
         * @since 1.31.0
         *
         * @param array $themes The list of installed themes formatted in an array with a collection of information extracted from the Theme's headers
         */
        return apply_filters( 'jetpack_sync_get_themes_callable', $themes );
    }
     
    /**
     * Return the list of active Jetpack modules.
     *
     * @since 1.34.0