Filter Reference: geodir_save_post_key

Summary

Allows the filtering of the allowed HTML tags per field when submitting from frontend add listing page.

Parameters

$tags
(string) (required) The allowed HTML tags for the field. Can be many things, for example the description allows these tags ‘

    1. '.

      Default: None
$pkey
(string|array) (required) The field id/name. If array then value is set as "skip_field".

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory_template_actions.php: geodir_action_geodir_set_preview_post() [Line: 673]

Source Code

        $tags = apply_filters('geodir_save_post_key', $tags, $pkey);