Viewing 1 replies (of 1 total)
  • Plugin Author DesignWall

    (@designwall)

    Hi,
    You can edit the following code in line 95 of the Handle.php file look like the following demo:
    https://snippi.com/s/m9c884k
    Then add the following code to the functions.php file:

    add_filter( 'dwqa_insert_answer_args', 'dwqa_theme_moderate_answer' );
    function dwqa_theme_moderate_answer( $args ) {
    $args['post_status'] = 'pending';
    
    return $args;
    }

    Regards,
    DesignWall Team

Viewing 1 replies (of 1 total)
  • The topic ‘Moderate Answers’ is closed to new replies.