wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



site_health_tab_content › Hooks de Ações WordPress

Desde5.8.0
Obsoleton/a
do_action( 'site_health_tab_content', $_GET['tab'] )
Parâmetros:
  • (string) $tab The slug of the tab that was requested.
    Required: Yes
Definido em:
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.





Fonte

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