Hi,
I am having a very hard time removing the pipe in the title tag.
I have tried below code, but did not work.
add_filter( ‘wp_title’, function() {
return get_the_title();
});
Wordpress ver - 4.7.3
X theme - 4.5.3
Convertplug - 2.4.1
Thanks in advance.