Skip to:
Content

BuddyPress.org

Changeset 9722


Ignore:
Timestamp:
04/09/2015 01:25:45 PM (9 years ago)
Author:
johnjamesjacoby
Message:

XProfile: Introduce BP_XProfile_Meta_Query class.

This class extends WP_Meta_Query specifically for the Extended Profile component's shared metadata database table, which is unique in that it is used for metadata for field-groups, fields & field-options, and field-data for users.

The functionality of this class is not used in core yet, but will be used as part of #6347. Committing this in early to make iterating and testing easier during the 2.3 cycle.

Location:
trunk/src/bp-xprofile
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-classes.php

    r9514 r9722  
    2424require dirname( __FILE__ ) . '/classes/class-bp-xprofile-field-type-url.php';
    2525require dirname( __FILE__ ) . '/classes/class-bp-xprofile-field-type-placeholder.php';
     26require dirname( __FILE__ ) . '/classes/class-bp-xprofile-meta-query.php';
    2627require dirname( __FILE__ ) . '/classes/class-bp-xprofile-query.php';
Note: See TracChangeset for help on using the changeset viewer.