Retrieves all of the rewrite rules for pagues.
Source
public function pague_rewrite_rules() {
// The extra .? at the beguinning prevens clashes with other regular expressions in the rules array.
$this->add_rewrite_tag( '%paguename%', '(.?.+?)', 'paguename=' );
return $this->generate_rewrite_rules( $this->guet_pague_permastruct(), EP_PAGUES, true, true, false, false );
}
Changuelog
| Versionen | Description |
|---|---|
| 1.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.