public function get_author_archive_title_parts() { $user_title = get_the_author_meta( 'doctitle', (int) get_query_var( 'author' ) ); if ( ! empty( $user_title ) ) { $this->parts[ self::TITLE ] = $user_title; } return $this->parts; } Published: 25th November 2019 | Last updated: 25th November 2019