Italian (Italy)
Knowledge Base  >  Vik Restaurants  >  Hooks  >  Campi  >  Before Query

do_action_ref_array( 'vikrestaurants_before_query_custom_fields', mixed &$query )

Fires while building the query used to fetch the available custom fields.


Description

Trigger hook to allow external plugins to manipulate the query used to load the details of the available custom fields.


Parameters

&$query

(mixed)  Either a query builder object or a string.


Example

/**
 * Trigger hook to allow external plugins to manipulate the query used
 * to load the details of the available custom fields.
 *
 * @param  mixed  &$query  The query string or a query builder object.
 */
add_action('vikrestaurants_before_query_custom_fields', function(&$query) {
    /**
     * @todo it is possible to manipulate here the query
     */
});

Changelog

Version Description
1.3 Introduced.
Ultimo aggiornamento: 2023-12-28
Utile?
Potrebbe interessarti:
This site uses cookies. By continuing to browse you accept their use. Further information