WC_Post_Types::flush_rewrite_rules()public staticWC 1.0

Flush rewrite rules.

Method of the class: WC_Post_Types{}

No Hooks.

Return

null. Nothing.

Usage

$result = WC_Post_Types::flush_rewrite_rules();

WC_Post_Types::flush_rewrite_rules() code WC 7.7.0

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