apply_filters( 'the_content', string $content )

Filters the post content.


Parameters

$content

(string) Content of the current post.


Source

File: wp-includes/post-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-0.71 Introduced.