Filter Reference: geodir_edit_post_link_html

Summary

Filter the geodir_edit_post_link() function content.

Parameters

$content_html
(string) (required) The output html of the geodir_edit_post_link() function.

Default: None

Used by

geodirectory_hooks_actions.php: geodir_edit_post_link() [Line: 499]

Source Code

        echo $content_html = apply_filters('geodir_edit_post_link_html', $content_html);