Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    We noted will add a filter in next version.

    Thanks

    Plugin Support Mamunur Rashid

    (@mamunur105)

    We will Add new hook for next version ( 1.1.14 ).

    add_filter(
    	'rtrs_review_form_string_list',
    	function( $strings ) {
    		$strings['title_reply']               = esc_html__( 'Leave feedback about this', 'review-schema' );
    		$strings['label_submit']              = esc_html__( 'Submit Review', 'review-schema' );
    		
    		return $strings;
    	}
    );
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change language’ is closed to new replies.