$replacement) { $text = str_replace($token, $replacement, $text); } return $text; } add_filter('the_content', 'andrej_swap_tokens'); ?>