Filter Reference: the_content

Summary

Apply the core filter `the_content` filter to the variable string.

Description

This is a WordPress core filter that does many things.

Parameters

$var
(string) (required) The string to apply the filter to.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory_template_actions.php: geodir_action_listings_description() [Line: 1742]

Source Code

        $cat_description = apply_filters('the_content', $saved_data);