MO::get_filename()

Returns the loaded MO file.


Description Description


Return Return

(string) The loaded MO file.


Top ↑

Source Source

File: wp-includes/pomo/mo.php

		public function get_filename() {
			return $this->filename;
		}

Top ↑

User Contributed Notes User Contributed Notes

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