Filter Reference: geodir_filter_status_text_on_author_page

Summary

Filter the post status text on the author page.

Parameters

$html
(string) (required) The HTML of the status.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory_hooks_actions.php: geodir_add_post_status_author_page() [Line: 2643]

Source Code

        echo apply_filters('geodir_filter_status_text_on_author_page', $html);