Skip to content

Changelog: VIP MU plugins [Production]

The release window for VIP MU plugins is currently Tuesdays between 08:00 and 22:00 UTC (09:00 and 23:00 UTC when Daylight Saving Time is in effect in North America). VIP MU plugins is open source and development can be followed in the VIP MU plugins GitHub repository.

RSS 

Showing page 20 of 40

19 October 2021

09:29:44 GMT+0000

Users of VIP will be able to commit custom environment variables in their VIP Dashboard or CLI. This change supports the retrieval of those environment variables, in WordPress: mu-plugins.

In the class: Automattic\VIP\Environment is a new method called get_var

get_var( string $key, $default_value = '' )

The result will always be a string but if the environment variable is not set previously then the return will be the $default_value.

https://github.com/Automattic/vip-go-mu-plugins/pull/2516