wpseek.com
A WordPress-centric search engine for devs and theme authors



site_health_tab_content › WordPress Action Hooks

Since5.8.0
Deprecatedn/a
do_action( 'site_health_tab_content', $_GET['tab'] )
Parameters:
  • (string) $tab The slug of the tab that was requested.
    Required: Yes
Defined at:
Codex:

Fires when outputting the content of a custom Site Health tab.

This action fires right after the Site Health header, and users are still subject to the capability checks for the Site Health page to view any custom tabs and their contents.





Source

do_action( 'site_health_tab_content', $_GET['tab'] );