testing.php
Functions to assist testing.
Tags
Table of Contents
Functions
- testing_body_classes() : array<string|int, mixed>
- Add "testing" body class.
Functions
testing_body_classes()
Add "testing" body class.
testing_body_classes(array<string|int, mixed> $classes) : array<string|int, mixed>
- Use developer tools to remove this class to see normal styles.
Parameters
- $classes : array<string|int, mixed>
-
Existing body classes.
Tags
Return values
array<string|int, mixed> —Modified body classes.