[ad_1]
Plugin Author
Stiofan
(@stiofansisland)
Hello,
Try following PHP code snippet to replace meta title separator for %%sep%%.
function gd_snippet_document_title_separator( $sep ) {
$sep = '-'; // CHANGE SEPARATOR HERE
return $sep;
}
add_filter( 'document_title_separator', 'gd_snippet_document_title_separator', 20, 1 );If you have any issues please open a ticket and a developer will assist you further: https://wpgeodirectory.com/support/
Thanks,
Stiofan
