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



wp_dropdown_users › WordPress Filter Hooks

Seit2.3.0
Veraltetn/v
apply_filters( 'wp_dropdown_users', $output )
Parameter:
  • (string) $output HTML output generated by wp_dropdown_users().
    Erforderlich: Ja
Definiert in:
Codex:

Filters the wp_dropdown_users() HTML output.





Quellcode

$html = apply_filters( 'wp_dropdown_users', $output );