ms_user_row_actions

ms_user_row_actions

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('ms_user_row_actions') is found 1 times:

  • /wp-admin/includes/class-wp-ms-users-list-table.php line 547

    Warning: Undefined array key 551 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 552 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 *
    		 * @param string[] $actions An array of action links to be displayed. Default 'Edit', 'Delete'.
    		 * @param WP_User  $user    WP_User object.
    		 */
    		$actions = apply_filters( 'ms_user_row_actions', $actions, $user );
    
    		return $this->row_actions( $actions );
    	}
    }
    
    
    

See this hook used in plugins: