apply_filters( 'the_content', string $content )

Filters the post content.


Parameters

$content

(string) Content of the current post.


Top ↑

Source

File: src/functions/template-tags/post.php


Top ↑

Changelog

Changelog
Version Description
0.71 Introduced.