9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
|
/**
|
||
|
* Get the Array of Existing Validation Rule Names
|
||
|
*
|
||
|
* @param bool $lowercase Switch to set rules lowercase
|
||
|
*
|
||
|
* @return array
|
||
|
* @since 3.2.0
|
||
|
*/
|
||
|
public function get(bool $lowercase = false): array;
|