Filter Reference: geodir_google_analytic_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_detail_page_google_analytics() [Line: 1074]

Source Code

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