Sat Oct 15 2022 17:42:55 GMT+0000 (Coordinated Universal Time)
Saved by @omnixima
<?php add_filter( 'wp_dropdown_users_args', 'add_subscribers_to_dropdown', 10, 2 ); function add_subscribers_to_dropdown( $query_args, $r ) { $query_args['who'] = ''; return $query_args; }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments