Profile::page_title( string $title )

Description #

Add user page title.

Parameters #

  • $title
    string (Required) AnsPress page title.

Source #

File: addons/profile/profile.php

	public function page_title( $title ) {
		if ( 'user' === ap_current_page() ) {
			return $this->user_page_title() . ' | ';
		}

		return $title;
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment