user_row_actions

user_row_actions

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('user_row_actions') is found 1 times:

  • /wp-admin/includes/class-wp-users-list-table.php line 520
    			 *                              Default 'Edit', 'Delete' for single site, and
    			 *                              'Edit', 'Remove' for Multisite.
    			 * @param WP_User  $user_object WP_User object for the currently listed user.
    			 */
    			$actions = apply_filters( 'user_row_actions', $actions, $user_object );
    
    			// Role classes.
    			$role_classes = esc_attr( implode( ' ', array_keys( $user_roles ) ) );
    
    			// Set up the checkbox (because the user is editable, otherwise it's empty).
    			$checkbox = sprintf(
    

See this hook used in plugins: