Recent

the_content filter

the_content

This filter is documented in wp-includes/post-template.php */

Type: filter
Source: includes/general-template.php line 99

Usage

add_filter( 'the_content', function() {
    // ...
} );