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



manage_sites_action_links › Hooks de Filtros WordPress

Desde3.1.0
Obsoleton/a
apply_filters( 'manage_sites_action_links', array_filter( $actions )
Parâmetros: (3)
  • (string[]) $actions An array of action links to be displayed.
    Required: Yes
  • (int) $blog_id The site ID.
    Required: Yes
  • (string) $blogname Site path, formatted depending on whether it is a sub-domain or subdirectory multisite installation.
    Required: Yes
Definido em:
Codex:

Filters the action links displayed for each site in the Sites list table.

The 'Edit', 'Dashboard', 'Delete', and 'Visit' links are displayed by default for each site. The site's status determines whether to show the 'Activate' or 'Deactivate' link, 'Unarchive' or 'Archive' links, and 'Not Spam' or 'Spam' link for each site.





Fonte

$actions = apply_filters( 'manage_sites_action_links', array_filter( $actions ), $blog['blog_id'], $blogname );