jetpack_wpcom_theme_skip_download, false, $theme

jetpack_wpcom_theme_skip_download, 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_skip_download, false, $theme') is found 1 times:

  • /json-endpoints/jetpack/class.jetpack-json-api-themes-install-endpoint.php line 142
    			 *                                            and validating a WPCom theme.
    			 * @param string $theme_slug                  Theme name (slug). If it is a WPCom theme,
    			 *                                            it should be suffixed with `-wpcom`.
    			 */
    			$skip_download_filter_result = apply_filters( 'jetpack_wpcom_theme_skip_download', false, $theme );
    
    			if ( is_wp_error( $skip_download_filter_result ) ) {
    				return $skip_download_filter_result;
    			} elseif ( $skip_download_filter_result ) {
    				continue;
    			}