get_editable_authors filter-hook . WP 1.0
Usage
add_filter( 'get_editable_authors', 'filter_function_name_354' ); function filter_function_name_354( $authors ){ // filter... return $authors; }
- $authors
- -
Where the hook is called
get_editable_authors
wp-admin/includes/deprecated.php 266
return apply_filters('get_editable_authors', $authors);