Method | Description | |
---|---|---|
flush_rewrite_rules ( ) | Flush rewrite rules. | |
init ( ) | Hook in methods. | |
register_post_status ( ) | Register our custom post statuses, used for order status. | |
register_post_types ( ) | Register core post types. | |
register_taxonomies ( ) | Register core taxonomies. | |
rest_api_allowed_post_types ( array $post_types ) : array | Added product for Jetpack related posts. | |
support_jetpack_omnisearch ( ) | Add Product Support to Jetpack Omnisearch. |
public static flush_rewrite_rules ( ) |
public static register_post_status ( ) |
public static register_post_types ( ) |
public static register_taxonomies ( ) |
public static rest_api_allowed_post_types ( array $post_types ) : array | ||
$post_types | array | |
return | array |
public static support_jetpack_omnisearch ( ) |