WC_Post_Types::flush_rewrite_rules()public staticWC 1.0

Flush rewrite rules.

Method of the class: WC_Post_Types{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = WC_Post_Types::flush_rewrite_rules();

WC_Post_Types::flush_rewrite_rules() code WC 9.8.5

public static function flush_rewrite_rules() {
	flush_rewrite_rules();
}