wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



manage_sites_action_links › Filtr WordPress Hooks

Od3.1.0
Przestarzałyn/a
apply_filters( 'manage_sites_action_links', array_filter( $actions )
Parametry: (3)
  • (string[]) $actions An array of action links to be displayed.
    Wymagane: Tak
  • (int) $blog_id The site ID.
    Wymagane: Tak
  • (string) $blogname Site path, formatted depending on whether it is a sub-domain or subdirectory multisite installation.
    Wymagane: Tak
Zdefiniowane na:
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.





Źródło

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