Wordpress PHP store processed content in variable

<?php
$content = apply_filters('the_content',$post->post_content);
?>

Article Type

General