Changeset 13469 for trunk/src/bp-groups/classes/class-bp-groups-group.php
- Timestamp:
- 05/06/2023 09:26:21 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-group.php
r13414 r13469 756 756 * @since 2.9.0 757 757 * 758 * @param string $slug Slug to check. 759 * 760 * @return int|null|false Group ID if found; null if not; false if missing parameters. 758 * @param string $slug Slug to check. 759 * @return int|null|false Group ID if found; null if not; false if missing parameters. 761 760 */ 762 761 public static function get_id_by_previous_slug( $slug ) { 763 global $wpdb;764 765 762 if ( empty( $slug ) ) { 766 763 return false;
Note: See TracChangeset
for help on using the changeset viewer.