Method | Description | |
---|---|---|
add_hook ( ) | ||
parse_request ( WP $obj ) | Fix taxonomy = parent/child => taxonomy => child | |
register_post_type_rules ( string $post_type, object $args ) | register_post_type_rules ** add rewrite tag for Custom Post Type. | |
register_taxonomy_rules ( string $taxonomy, array | string $object_type, array | WP_Taxonomy $args ) : void | register_taxonomy_rules |
public parse_request ( WP $obj ) | ||
$obj | WP |
public register_post_type_rules ( string $post_type, object $args ) | ||
$post_type | string | |
$args | object |