Filter Reference: geodir_add_page_content_position

Summary

Filter the position to display the page content.

Parameters

$display
(string) (required) Position to add the post content.

Default: None
$gd_page
(string) (required) The geodirectory page type.

Default: None

Change Log

Since: 1.6.3

Used by

geodirectory_template_actions.php: geodir_add_page_content() [Line: 3505]

Source Code

    $display = apply_filters('geodir_add_page_content_position', $display, $gd_page);