Filter Reference: geodir_description_field_desc_limit_msg

Summary

Filter the add listing description limit message.

Description

This is the message shown if there is a limit applied to the amount of characters the description can use.

Parameters

$desc_limit_msg
(string) (required) The limit message string if any.

Default: None
$desc_limit
(int) (required) The character limit numer if any.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory_template_actions.php: geodir_action_add_listing_form() [Line: 2308]

Source Code

        $desc_limit_msg = apply_filters('geodir_description_field_desc_limit_msg', $desc_limit_msg, $desc_limit);