Changeset 13499 for trunk/src/bp-members/classes/class-bp-members-admin.php
- Timestamp:
- 06/09/2023 12:52:29 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-members-admin.php
r13433 r13499 723 723 * 724 724 * @since 2.1.0 725 * 726 * @global string $submenu_file The name of the submenu file. 727 * @global string $parent_file The name of the parent file. 725 728 */ 726 729 public function profile_admin_head() { … … 1684 1687 * @since 2.0.0 1685 1688 * 1689 * @global wpdb $wpdb The WordPress database object. 1690 * 1686 1691 * @param WP_User_Query|null $query The users query. 1687 1692 * @return WP_User_Query|null The users query without the signups. … … 1725 1730 * 1726 1731 * @since 2.0.0 1732 * 1733 * @global string $role The name of the WP Role. 1727 1734 * 1728 1735 * @param array $views WP List Table views. … … 2763 2770 * Filter WP Admin users list table to include users of the specified type. 2764 2771 * 2765 * @param WP_Query $query2766 *2767 2772 * @since 2.7.0 2773 * 2774 * @global string $pagenow The filename of the current screen. 2775 * 2776 * @param WP_Query $query The WordPress Query object. 2768 2777 */ 2769 2778 public function users_table_filter_by_type( $query ) {
Note: See TracChangeset
for help on using the changeset viewer.