Changeset 55917 for trunk/src/wp-admin/site-health.php
- Timestamp:
- 06/14/2023 02:06:03 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/site-health.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-health.php
r55412 r55917 20 20 21 21 /** 22 * An associative array ofextra tabs for the Site Health navigation bar.22 * Filters the extra tabs for the Site Health navigation bar. 23 23 * 24 24 * Add a custom page to the Site Health screen, based on a tab slug and label. … … 199 199 if ( isset( $_GET['tab'] ) && ! empty( $_GET['tab'] ) ) { 200 200 /** 201 * Outputcontent of a custom Site Health tab.201 * Fires when outputting the content of a custom Site Health tab. 202 202 * 203 203 * This action fires right after the Site Health header, and users are still subject to
Note: See TracChangeset
for help on using the changeset viewer.