Alter the visual build number of the plugin combination by adding to its build flags array. This does not affect any update controllers, but adds to visual build codes for support areas.
Source
PHP
apply_filters(“wpgmza_internal_engine_build_version_flags”, $flags);
Arguments
- $flags : The array of versions installed on site (array)
Requirements
- Must return the array with changes applied
Files
- includes/class.internal-engine.php
