WC_Template_Loader::unsupported_theme_remove_review_tab( array $tabs )

Remove the Review tab and just use the regular comment form.


Description Description


Parameters Parameters

$tabs

(Required) Tab info.


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/class-wc-template-loader.php

	public static function unsupported_theme_remove_review_tab( $tabs ) {
		unset( $tabs['reviews'] );
		return $tabs;
	}

Top ↑

User Contributed Notes User Contributed Notes

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