gppa_object_type_query_results
Description
Filter the objects returned from the object type’s query method.
Usage
Applied globally
add_filter( 'gppa_object_type_query_results', 'my_custom_function' );
Parameters
$objects
array
The objects returned from the object type’s query method.
$object_type_instance
GPPA_Object_Type
The current GPPA object type instance