apply_filters_ref_array( 'bp_xprofile_get_meta_sql', array $args )

Filter the meta query’s generated SQL.


Description Description


Parameters Parameters

$args

An array of meta query SQL arguments.

  • 'clauses'
    (array) Array containing the query's JOIN and WHERE clauses.
  • 'queries'
    (array) Array of meta queries.
  • 'type'
    (string) Type of meta.
  • 'primary_table'
    (string) Primary table.
  • 'primary_id_column'
    (string) Primary column ID.
  • 'context'
    (object) The main query object.


Top ↑

Source Source

File: bp-xprofile/classes/class-bp-xprofile-meta-query.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.