post_content; break; case 'default_title': $content = $from_post->post_title; break; default: break; } } return $content; } }