Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_Abstract_Ability / Astra_Abstract_Ability::get_version()

Astra_Abstract_Ability::get_version()

Get the tool version.


Description


Return

(string)


Source

File: inc/abilities/class-astra-abstract-ability.php

	public function get_version() {
		return $this->version;
	}

Expand full source code Collapse full source code View on Trac


User Contributed Notes

You must log in before being able to contribute a note or feedback.