apply_filters( 'wp_dropdown_users', string $output )
Filters the wp_dropdown_users() HTML output.
Parameters
- $output
-
HTML output generated by wp_dropdown_users().
Source
File: wp-includes/user.php
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |