Hi to all. There's a way to pass a custom value to wp_title() function?
Something similar to add_action()? Something to add my custom value?
Thanks
Hi to all. There's a way to pass a custom value to wp_title() function?
Something similar to add_action()? Something to add my custom value?
Thanks
add_filter('wp_title', 'function_name');
Thanks GamerZ but when i add this filter it seems used globally. Every page now has the same title.
This topic has been closed to new replies.