Filter Reference: geodir_review_form_args

Summary

Filters comment form args

Description

If you would like to modify your comment form args, use this filter. @see https://codex.wordpress.org/Function_Reference/comment_form for accepted args.

Change Log

Since: 1.0.0

Used by

geodirectory-functions/reviews.php: [Line: 99]

Source Code

    $args = apply_filters('geodir_review_form_args', array(
        'title_reply' => __('Leave a Review', 'geodirectory'),
        'label_submit' => __('Post Review', 'geodirectory'),
        'comment_field' => '

', 'must_log_in' => '' ));