Change The WordPress Page Title Separator Without A Plugin

PHOTO EMBED

Sat Apr 16 2022 07:54:56 GMT+0000 (Coordinated Universal Time)

Saved by @netropol #php #seo

add_filter( 'document_title_separator', 'snippetpress_title_separator' );
function snippetpress_title_separator() {
 
    return '|';
 
}
content_copyCOPY

https://snippetpress.com/change-the-wordpress-page-title-separator-without-a-plugin/