Filter Plugin Version

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 );
Updated on September 10, 2019

Was this article helpful?

Related Articles