Filter Reference: geodir_description_field_show_editor

Summary

Filter whether to show or don’t show the editor.

Parameters

$show_editor
(bool) (required) If true the editor will be available for description field.

Default: None
$package_info
(object) (required) The listing package.

Default: None
$listing_type
(string) (required) The current post type.

Default: None
$post
(object) (required) The current post object.

Default: None

Change Log

Since: 1.6.16

Used by

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

Source Code

        $show_editor = apply_filters('geodir_description_field_show_editor', $show_editor, $package_info, $listing_type, $post);