User::get_full_name()


Description Description


Source Source

File: includes/Users/User.php

	public function get_full_name() {

		return $this->first_name . ' ' . $this->last_name;
	}

Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: