Filter Reference: geodir_listing_slider_title

Summary

Filter the listing slider widget title.

Parameters

$title_html
(string) (required) The html output of the title.

Default: None
$post_id
(int) (required) The post id.

Default: None
$post_permalink
(string) (required) The post permalink url.

Default: None
$post_title
(string) (required) The post title text.

Default: None

Change Log

Since: 1.6.1

Used by

geodirectory-functions/general_functions.php: geodir_listing_slider_widget_output() [Line: 3305]

Source Code

					$title = apply_filters( 'geodir_listing_slider_title', $title_html, $post_id, $post_permalink, $post_title );