AnsPress_Rewrite::incr_hash( array $matches )
Description #
Increment hash.
Parameters #
- $matchesarray (Required) Matches.
Source #
File: includes/rewrite.php
public static function incr_hash( $matches ) { // phpcs:ignore Generic.CodeAnalysis.UnusedFunctionParameter.Found return self::$counter++; }
Expand full source code Collapse full source code View on GitHub: includes/rewrite.php:169
Add your comment