6
352
echo str_replace(" ","+",the_title());
echo str_replace(" ", "+", get_the_title());
echo str_replace(" ", "+", get_the_title($post->ID));