Codex

Function Reference/add permastruct

Contents

Description

add_permastruct() allows you to specify additional permalink structures for WordPress. It is most commonly used in conjunction with add_rewrite_tag() and add_rewrite_rule()

Usage

add_permastruct($name, $struct, $with_front, $ep_mask);


Source File

add_permastruct() is located in wp-includes/rewrite.php

Related Articles