wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



pre_get_blogs_of_user › WordPress Filter Hooks

Seit4.6.0
Veraltetn/v
apply_filters( 'pre_get_blogs_of_user', null, $user_id, $all )
Parameter: (3)
  • (null|object[]) $sites An array of site objects of which the user is a member.
    Erforderlich: Ja
  • (int) $user_id User ID.
    Erforderlich: Ja
  • (bool) $all Whether the returned array should contain all sites, including those marked 'deleted', 'archived', or 'spam'. Default false.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the list of a user's sites before it is populated.

Returning a non-null value from the filter will effectively short circuit get_blogs_of_user(), returning that value instead.





Quellcode

$sites = apply_filters( 'pre_get_blogs_of_user', null, $user_id, $all );