Filters the SELECT clause of the query.
Parameters
Source
$fields = apply_filters_ref_array( 'posts_fields', array( $fields, &$this ) );
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
Filters the SELECT clause of the query.
$fields = apply_filters_ref_array( 'posts_fields', array( $fields, &$this ) );
Version | Description |
---|---|
2.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.