jetpack_wpcom_theme_install, false, $theme

jetpack_wpcom_theme_install, false, $theme

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_wpcom_theme_install, false, $theme') is found 1 times:

  • /json-endpoints/jetpack/class.jetpack-json-api-themes-install-endpoint.php line 68
    			 *                                               a WPCom theme.
    			 * @param string $theme_slug                     Theme name (slug). If it is a WPCom theme,
    			 *                                               it should be suffixed with `-wpcom`.
    			 */
    			$result = apply_filters( 'jetpack_wpcom_theme_install', false, $theme );
    
    			$skin     = null;
    			$upgrader = null;
    			$link     = null;
    
    			// If the alternative install method was not used, use the standard method.