Top Google Search Results
- ms_user_row_actions Wordpress hook details -- Adam Brown, BYU ...
Version, File, Type. 3.2, wp-admin/includes/class-wp-ms-users-list-table.php, View hook in source, filter. 3.3, wp-admin/includes/class-wp-ms-users-list-table. php ... - #15932 (Missing filter for user actions in ms users list table ...
The filter should be named 'ms_user_row_actions' for consistency with other list tables and the 'ms_user_list_site_actions' present in the same class. - #17137 (user_row_actions filter not present on the Users screen in ...
comment:6 PeteMall — 13 months ago. Should we name it ms_user_row_actions to maintain consistency with the ms_user_list_site_actions hook in the same ... - wp-admin/includes/class-wp-ms-users-list-table.php source
'</a>'; 193 } 194 195 $actions = apply_filters( 'ms_user_row_actions', $actions, $ user ); 196 echo $this->row_actions( $actions ); 197 ?> 198 </td> 199 <?php ...