jetpack_sync_get_themes_callable

jetpack_sync_get_themes_callable

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.2.1

apply_filters('jetpack_sync_get_themes_callable') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/class-functions.php line 663
    		 * @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 $$next_version$$