gpb_is_bookings_admin
Description
Filter whether a user is considered a GP Bookings admin.
Usage
Applied globally
add_filter( 'gpb_is_bookings_admin', 'my_custom_function' );Parameters
$is_admin
bool
Whether the user is a bookings admin.
$user_id
int|null
The user ID checked (null for the current user).
Since
1.0-beta-3.0Hook added.