add_to_title()

Append something to the title of the page.


add_to_title( string $addition ) : void

Parameters

$addition (string) (Required) Addition.

Return Values

No value is returned.

Examples

add_to_title('Page');