Reviews::render_settings_section( $section )

Summary

No summary available.

Source

File: src/BigCommerce/Settings/Sections/Reviews.php

	public function render_settings_section( $section ) {
		$message = __( 'Moderation and management of product reviews within WordPress is scoped for future development.', 'bigcommerce' );
		$link    = sprintf( '<a href="%s" target="_blank">%s</a>', esc_url( $this->reviews_url() ), __( 'Manage reviews in BigCommerce.', 'bigcommerce' ) );
		printf( '<p>%s %s</p>', $message, $link );
		do_action( 'bigcommerce/settings/render/product_reviews', $section );
	}

User Contributed Notes

You must log in before being able to contribute a note or feedback.