Filter Reference: geodir_template_part-{$slug}-{$name}

Summary

Filter the template part with slug and name.

Parameters

$template_name
(string) (required) The template name.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory-functions/template_functions.php: geodir_get_template_part() [Line: 459]

Source Code

        $template = apply_filters("geodir_template_part-{$slug}-{$name}", geodir_plugin_path() . '/geodirectory-templates/' . $template_name);