MO::get_filename() WordPress Method
The MO::get_filename() method is used to retrieve the filename of a WordPress plugin or theme. This is useful for retrieving the path to a plugin or theme file.
MO::get_filename() #
Returns the loaded MO file.
Return
(string) The loaded MO file.
Source
File: wp-includes/pomo/mo.php
public function get_filename() { return $this->filename; }
Expand full source codeCollapse full source codeView on TracView on GitHub