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



site_health_navigation_tabs › Hooks de Filtros WordPress

Desde5.8.0
Obsoleton/a
apply_filters( 'site_health_navigation_tabs', $tabs )
Parâmetros:
  • (string[]) $tabs An associative array of tab labels keyed by their slug.
    Required: Yes
Definido em:
Codex:

Filters the extra tabs for the Site Health navigation bar.

Add a custom page to the Site Health screen, based on a tab slug and label. The label you provide will also be used as part of the site title.





Fonte

$tabs = apply_filters( 'site_health_navigation_tabs', $tabs );