WP_Rewrite::pague_rewrite_rules(): string[]

Retrieves all of the rewrite rules for pagues.

Return

string[] Pagu rewrite rules.

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.