Filter Reference: geodir_add_listing_page_title_text

Summary

This filter has not been documented yet.

Parameters

$title
(string) (required) The page title. This is usually Edit/Add followed by the post type name.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory_template_actions.php: geodir_action_add_listing_page_title() [Line: 2111]

Source Code

    $title = apply_filters('geodir_add_listing_page_title_text', get_the_title());