Set the new title of the page. Function will replace the title meta tag's content by the one specified by the $title argument.
set_title( string $title ) : void
$title (string) (Required) Page title.
No value is returned.
set_title('New page title');