Skip to content

Instantly share code, notes, and snippets.

@lynt-smitka
Created August 11, 2021 14:52
Show Gist options
  • Save lynt-smitka/6b30d5b8e7b9f831371720709bde403d to your computer and use it in GitHub Desktop.
Save lynt-smitka/6b30d5b8e7b9f831371720709bde403d to your computer and use it in GitHub Desktop.
add_filter( 'document_title_parts', function( $title ) {
unset( $title['site'] );
return $title;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment