Action Reference: geodir_before_single_post

Summary

Called at the very start of the details page output, before the title section.

Global Values

$post
(WP_Post|null) (required) The current post, if available.

Default: None

Parameters

$post
(object) (required) The current post object.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory_template_actions.php: geodir_action_before_single_post() [Line: 1499]

Source Code

    do_action('geodir_before_single_post', $post); // extra action