Method | Description | |
---|---|---|
add_hook ( ) | Add Filter Hooks. | |
attachment_link ( string $link, integer $post_id ) : string | fix attachment output | |
post_type_link ( String $post_link, WP_Post $post, String $leavename ) : string | Fix permalinks output. | |
term_link ( string $termlink, Object $term, Object $taxonomy ) : string | Fix taxonomy link outputs. |
Method | Description | |
---|---|---|
create_taxonomy_replace_tag ( integer $post_id, string $permalink ) : array | create %tax% -> term | |
get_term_parent ( WP_Term | stdClass $term ) : mixed | get parent from term Object |
public post_type_link ( String $post_link, WP_Post $post, String $leavename ) : string | ||
$post_link | String | |
$post | WP_Post | |
$leavename | String | for edit.php |
return | string |