MO::get_filename
Returns the loaded MO file.
Method of the class: MO{}
No Hooks.
Returns
String. The loaded MO file.
Usage
$MO = new MO(); $MO->get_filename();
MO::get_filename() MO::get filename code WP 7.0
public function get_filename() {
return $this->filename;
}