Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Hook Reference
  • Docs Home

Packages

  • BKAP
    • Addons
    • Admin-Bookings
    • Attribute-Lockout
    • Block-Pricing
    • Booking-Box
    • Booking-Confirmation
    • Booking-Process
    • Cancel-Order
    • Cart
    • Checkout-Process
    • Core
    • Date-Time
    • Emails
    • Functions
    • Global-Function
    • Global-Settings
    • Google-Calendar-Sync
    • ICS
    • Import-Booking
    • Labels
    • License
    • Menus
    • Meta-Boxes
    • Reschedule
    • Resources
    • Search-Widget
    • Special-Price
    • Uninstall
    • Validation
    • Variation-Lockout
    • Vendors
      • Dokan
      • WC-Vendors
    • View-Bookings
  • None

Classes

  • bkap_calendar_sync
  • BKAP_Gcal
  • BKAP_Gcal_Event
  • bkap_gcal_sync_settings
  • BKAP_Google_Events_View
  • product_gcal_settings
  • WAPBK_Import_Bookings_Table

Functions

  • bkap_import_events_cron
  • woocommerce_bkap_add_cron_schedule

Class BKAP_Google_Events_View

Booking & Appointment Plugin for WooCommerce BKAP_Google_Events_View.

Displaying the Google Event Posts.

Package: BKAP\Google-Calendar-Sync
Category: Class
Author: Tyche Softwares
Since: 4.2.0
Class: BKAP_Google_Events_View
Located at class-bkap-gcal-event-view.php

Methods summary

public
# __construct( )

Default constructor.

Default constructor.

Since

4.2.0
public
# bkap_remove_date_drop( )

Removing the All Dates filter from Import Booking page.

Removing the All Dates filter from Import Booking page.

Since

4.2.0

Hook

admin_head
public array
# bkap_edit_columns( array $existing_columns )

Change the columns shown in admin.

Change the columns shown in admin.

Parameters

$existing_columns
Exisiting Columns Array

Returns

array
Columns with new columns added

Since

4.2.0

Hook

manage_edit-bkap_gcal_event_columns
public
# bkap_custom_columns( string $column )

Define our custom columns shown in admin.

Define our custom columns shown in admin.

Parameters

$column
Column Name

Since

4.2.0

Globals

WP_Post $post

Hook

manage_bkap_gcal_event_posts_custom_column
public array
# bkap_custom_columns_sort( array $columns )

Sortable Columns List

Sortable Columns List

Parameters

$columns
Columns Array

Returns

array
Modified Columns Array

Since

4.2.0

Hook

manage_edit-bkap_gcal_event_sortable_columns
public array
# bkap_custom_columns_orderby( mixed $vars )

Product column orderby.

Product column orderby.

Parameters

$vars
Data

Returns

array
Modified Data to be displayed

Since

4.2.0

Hook

request
public
# bkap_bulk_admin_footer( )

Adding JavaScript code in footer of the page for mapping the events with the product.

Adding JavaScript code in footer of the page for mapping the events with the product.

Since

4.2.0

Globals

string $post_type

Hook

admin_footer
public string
# bkap_search_label( string $query )

Adding search functionality on the Google Events.

Adding search functionality on the Google Events.

Parameters

$query
Query to search

Returns

string
query

Since

4.2.0

Globals

string $pagenow
string $typenow

Hook

get_search_query
public mixed
# bkap_search_custom_fields( mixed $wp )

Quering the posts based on the search.

Quering the posts based on the search.

Parameters

$wp
WP Variable

Returns

mixed
$wp

Since

4.2.0

Globals

string $pagenow
mixed $wpdb

Hook

parse_query
public
# bkap_bulk_admin_notices( )

Adding the div in the notice to display the message after mapping the event.

Adding the div in the notice to display the message after mapping the event.

Since

4.2.0

Globals

string $post_type
string $pagenoq

Hook

admin_notices
public array
# bkap_bulk_actions( array $actions )

Changing the Move to bin string to Delete Events.

Changing the Move to bin string to Delete Events.

Parameters

$actions
Actions Array

Returns

array
Actions Modified Array

Since

4.2.0
API documentation generated by ApiGen