wpmt/settings/get_version
Description:
This filter allows you to change the plugin version. It’s not recommended to use this filter, but it helps for debugging older versions.
Parameter | Type | Description |
---|---|---|
$this->version | string | The plugin version |
return apply_filters( 'wpmt/settings/get_version', $this->version );