Function Reference: geodir_action_after_single_post

Summary

Outputs the action ‘geodir_after_single_post’ on the details page main content.

Package

GeoDirectory

Change Log

Since: 1.0.0

Actions

‘geodir_after_single_post’ [Line: 1516]

Source File

geodir_action_after_single_post() is located in geodirectory_template_actions.php [Line: 1508]

Source Code

function geodir_action_after_single_post($post)
{
    /**
     * Called on the details page after the details page tabs section and before the next/prev buttons.
     *
     * @since 1.0.0
     * @param object $post The current post object.
     */
    do_action('geodir_after_single_post', $post); // extra action	
}