WPCOM_VIP_Jetpack_Mandatory::filter_jetpack_get_default_modules PHP Method

filter_jetpack_get_default_modules() public method

Hooks the JP jetpack_get_default_modules filter to add in our mandatory modules to the array.
public filter_jetpack_get_default_modules ( array $modules ) : array
$modules array An array of Jetpack module slugs
return array An array of Jetpack module slugs
    public function filter_jetpack_get_default_modules($modules)
    {
        return $this->add_mandatory_modules($modules);
    }