Jetpack_Media_Summary::get_word_remaining_count PHP Method

get_word_remaining_count() static public method

static public get_word_remaining_count ( $post_content, $excerpt_content )
    static function get_word_remaining_count($post_content, $excerpt_content)
    {
        return str_word_count(self::clean_text($post_content)) - str_word_count(self::clean_text($excerpt_content));
    }