Available Hooks: Actions And Filters
Hooks are a great feature of WordPress which allow you to change or add code without editing core files.
There’s are two types of hook available; actions and filters.
- Actions
An action allows you to insert or run code at a specific point. - Filters
A filter allows you to modify the data that is returned in a function or method.
Some of these hooks have additional parameters passed to them which you can use in your own functions. You can find the hook in the reference file to see what is available.
Actions
Hook iconic_wds_admin_deliveries_table_body_cell
Type action
File ./templates/admin/deliveries-page.php
Args 1
Description Admin – deliveries table body.
Hook iconic_wds_admin_deliveries_table_heading
Type action
File ./templates/admin/deliveries-page.php
Description Admin – deliveries table heading ends.
Hook iconic_wds_after_checkout_fields
Type action
File ./templates/checkout-fields-modern.php
Description Fires after the checkout fields container.
Hook iconic_wds_after_checkout_fields
Type action
File ./templates/checkout-fields.php
Description Fires after the checkout fields container.
Hook iconic_wds_after_delivery_details_field_wrapper
Type action
File ./templates/checkout-fields-modern.php
Args 1
-
$field_data— array
Description Fires after each checkout field.
Hook iconic_wds_after_delivery_details_field_wrapper
Type action
File ./templates/checkout-fields.php
Args 1
-
$field_data— array
Description Fires after each checkout field.
Hook iconic_wds_after_delivery_details_fields
Type action
File ./templates/checkout-fields-modern.php
Description Fires after the checkout fields, but inside the container.
Hook iconic_wds_after_delivery_details_fields
Type action
File ./templates/checkout-fields.php
Description Fires after the checkout fields, but inside the container.
Hook iconic_wds_after_delivery_details_title
Type action
File ./templates/checkout-fields-modern.php
Description Fires after the "Delivery Details" title.
Hook iconic_wds_after_delivery_details_title
Type action
File ./templates/checkout-fields.php
Description Fires after the "Delivery Details" title.
Hook iconic_wds_before_checkout_fields
Type action
File ./templates/checkout-fields-modern.php
Description Fires before the checkout fields container.
Hook iconic_wds_before_checkout_fields
Type action
File ./templates/checkout-fields.php
Description Fires before the checkout fields container.
Hook iconic_wds_before_delivery_details_field_wrapper
Type action
File ./templates/checkout-fields-modern.php
Args 1
-
$field_data— array
Description Fires before each checkout field.
Hook iconic_wds_before_delivery_details_field_wrapper
Type action
File ./templates/checkout-fields.php
Args 1
-
$field_data— array
Description Fires before each checkout field.
Hook iconic_wds_order_timeslot_updated
Type action
File ./inc/Ajax.php
Args 2
-
$order— \WC_Order -
$context— string
Description Fired after timeslot is updated from the frontend as well as from the admin dashboard.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/notices_save_notices
Type action
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Admin/Notice.php
Args 2
-
$current_notices— array -
$previously_saved_notices— array
Description Fires after PUE license key notices have been saved.
Filters
Hook $prefix . '/v3/client/api_root'
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/API/V3/Provider.php
Args 1
-
$api_root— string
Description Filter the V3 api root.
Hook $prefix . '/v3/client/base_url'
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/API/V3/Provider.php
Args 1
-
$base_url— string
Description Filter the V3 api base URL.
Hook iconic_wds_allowed_days
Type filter
File ./inc/Dates.php
Args 2
Description Allowed delivery days.
Hook iconic_wds_allowed_days
Type filter
File ./inc/Dates.php
Args 2
Description Allowed delivery days.
Hook iconic_wds_allowed_days
Type filter
File ./inc/Dates.php
Args 2
Description Allowed delivery days.
Hook iconic_wds_api_get_checkout_data
Type filter
File ./inc/Api.php
Args 3
-
$data— array -
$shipping_method— string -
$dates_manager— \Dates
Description Filter the response data for `get_checkout_data` rest API endpoint.
Hook iconic_wds_available_dates
Type filter
File ./inc/Dates.php
Args 3
Description Available dates.
Hook iconic_wds_can_customer_update_timeslot
Type filter
File ./inc/EditTimeslots.php
Args 2
-
$can_update— bool -
$order— \WC_Order
Description Can customer update the timeslot.
Hook iconic_wds_checkout_field_data
Type filter
File ./templates/checkout-fields-modern.php
Args 1
Description Checkout field data.
Hook iconic_wds_checkout_field_data
Type filter
File ./templates/checkout-fields.php
Args 1
Description Checkout field data.
Hook iconic_wds_checkout_fields_use_modern_field
Type filter
File ./inc/Dates.php
Args 1
Description Use modern template.
Hook iconic_wds_chosen_method
Type filter
File ./iconic-woo-delivery-slots.php
Args 1
Description Chosen shipping method.
Hook iconic_wds_conflict_lead_time
Type filter
File ./inc/Dates.php
Args 2
Description Sets the lead time for a scenario where there are two or more products in the cart with conflicting lead times.
Hook iconic_wds_date_display
Type filter
File ./iconic-woo-delivery-slots.php
Args 4
-
$date— string -
$date_time— array -
$order— \WC_Order -
$plain_text— bool
Description Filter the date display.
Hook iconic_wds_days_override_setting_apply_for_specific_days
Type filter
File ./inc/Dates.php
Args 1
Description Remove those specific days which do not comply with the overriden allowed weekdays.
Hook iconic_wds_delivery_slot_data
Type filter
File ./inc/Order.php
Args 2
Description Delivery slots data for a specific Order.
Hook iconic_wds_delivery_slot_data
Type filter
File ./inc/Order.php
Args 2
Description Delivery slots data for a specific Order.
Hook iconic_wds_delivery_slots_allowed
Type filter
File ./inc/Dates.php
Args 1
Description Is delivery slots allowed i.e. whether to display the delivery slots fields.
Hook iconic_wds_delivery_slots_allowed
Type filter
File ./inc/Dates.php
Args 1
Description Is delivery slots allowed i.e. whether to display the delivery slots fields.
Hook iconic_wds_delivery_slots_allowed
Type filter
File ./inc/Dates.php
Args 1
Description Is delivery slots allowed i.e. whether to display the delivery slots fields.
Hook iconic_wds_delivery_slots_allowed
Type filter
File ./inc/Dates.php
Args 1
Description Is delivery slots allowed i.e. whether to display the delivery slots fields.
Hook iconic_wds_delivery_slots_allowed
Type filter
File ./inc/Dates.php
Args 1
Description Is delivery slots allowed i.e. whether to display the delivery slots fields.
Hook iconic_wds_delivery_slots_allowed
Type filter
File ./inc/Dates.php
Args 1
Description Is delivery slots allowed i.e. whether to display the delivery slots fields.
Hook iconic_wds_delivery_slots_allowed
Type filter
File ./inc/Dates.php
Args 1
Description Is delivery slots allowed i.e. whether to display the delivery slots.
Hook iconic_wds_edit_timeslot_statuses
Type filter
File ./inc/EditTimeslots.php
Args 1
Description Customers can update timeslot for orders beloning to these statuses only.
Hook iconic_wds_fee_amount
Type filter
File ./inc/Fee.php
Args 1
Description Fees total amount during cart fee calculation.
Hook iconic_wds_fee_name
Type filter
File ./inc/Fee.php
Args 1
-
$name— string
Description The name of the fee.
Hook iconic_wds_fee_tax_class
Type filter
File ./inc/Fee.php
Args 1
Description Tax class name.
Hook iconic_wds_field_position_choices
Type filter
File ./inc/Settings.php
Args 1
Description Field positions.
Hook iconic_wds_force_load_reservation_calendar_assets
Type filter
File ./iconic-woo-delivery-slots.php
Args 1
Description Force load Reservation table assets.
Hook iconic_wds_get_cart_count
Type filter
File ./inc/Helpers.php
Args 1
Description Allows other code to modify or manipulate the value of cart content before it is returned.
Hook iconic_wds_get_child_orders_statuses
Type filter
File ./inc/EditTimeslots.php
Args 1
Description Allowed order statuses for child orders.
Hook iconic_wds_get_excluded_order_statuses
Type filter
File ./iconic-woo-delivery-slots.php
Args 1
Description List of excluded order statuses. The orders belonging to these status will not be counted when calculating remining orders.
Hook iconic_wds_get_lead_time
Type filter
File ./inc/Dates.php
Args 1
-
$cached_lead_time— int
Description Filter to modify the lead time.
Hook iconic_wds_get_lead_time
Type filter
File ./inc/Dates.php
Args 1
-
$cached_lead_time— int
Description Filter to modify the lead time.
Hook iconic_wds_get_max_order_excluded_products
Type filter
File ./inc/Helpers.php
Args 1
Description Allow other code to modify the list of product IDs that will be excluded from the maximum order calculation.
Hook iconic_wds_get_orders_remaining_for_day
Type filter
File ./inc/Dates.php
Args 3
Description Get orders remaining for day.
Hook iconic_wds_is_day_allowed
Type filter
File ./inc/Dates.php
Args 3
Description Is day allowed.
Hook iconic_wds_is_delivery_day
Type filter
File ./inc/Dates.php
Args 3
Description Is given timestamp a delivery day.
Hook iconic_wds_is_delivery_day
Type filter
File ./inc/Dates.php
Args 3
Description Is given timestamp a delivery day.
Hook iconic_wds_is_delivery_day
Type filter
File ./inc/Dates.php
Args 3
Description Is given timestamp a delivery day.
Hook iconic_wds_is_holiday
Type filter
File ./inc/Dates.php
Args 3
Description Is given timestamp is a holiday.
Hook iconic_wds_is_next_day_allowed
Type filter
File ./inc/Dates.php
Args 1
-
$allowed— bool | null
Description Allow plugins/themes to set "is next day delivery allowed".
Hook iconic_wds_is_same_day_allowed
Type filter
File ./inc/Dates.php
Args 1
-
$allowed— bool | null
Description Allow plugins/themes to set "is same day delivery allowed".
Hook iconic_wds_kses_allowed_tags
Type filter
File ./inc/Helpers.php
Args 1
Description Kses allowed tags.
Hook iconic_wds_load_block_checkout_integration_script
Type filter
File ./inc/CheckoutBlockIntegration.php
Args 1
-
$load_script— bool
Description Filters the load script flag for the checkout block integration.
Hook iconic_wds_next_day_cutoff
Type filter
File ./inc/Dates.php
Args 1
Description Next day cutoff.
Hook iconic_wds_next_day_date
Type filter
File ./inc/Dates.php
Args 3
Description Get next day date.
Hook iconic_wds_next_day_date
Type filter
File ./inc/Dates.php
Args 3
Description Get next day date.
Hook iconic_wds_reservation_table_get_timeslot_data
Type filter
File ./inc/ReservationTable.php
Args 2
Description Filter to modify timeslot data for the reservation table.
Hook iconic_wds_rest_api_permission_callback
Type filter
File ./inc/Api.php
Args 2
Description Filter the permission callback for the WDS REST API endpoints.
Hook iconic_wds_rest_get_bookable_dates_shipping_method_id
Type filter
File ./inc/Api.php
Args 2
-
$shipping_method_id— string -
$deprecated— bool
Description Allow custom plugin to modify shipping method ID.
Hook iconic_wds_same_day_cutoff
Type filter
File ./inc/Dates.php
Args 1
Description Same day cutoff.
Hook iconic_wds_same_day_date
Type filter
File ./inc/Dates.php
Args 3
Description Same day date.
Hook iconic_wds_same_day_date
Type filter
File ./inc/Dates.php
Args 3
Description Same day date.
Hook iconic_wds_shortcode_get_order_date
Type filter
File ./inc/Shortcodes.php
Args 2
Description Get order time shortcode output.
Hook iconic_wds_shortcode_get_order_date_time
Type filter
File ./inc/Shortcodes.php
Args 4
Description Shortcode output for [iconic-wds-get-order-date-time]
Hook iconic_wds_shortcode_get_order_time
Type filter
File ./inc/Shortcodes.php
Args 2
Description Get order time shortcode output.
Hook iconic_wds_skip_cookie
Type filter
File ./iconic-woo-delivery-slots.php
Args 1
Description Allow third party plugins and snippets to skip the cookie.
Hook iconic_wds_slots_available_count
Type filter
File ./iconic-woo-delivery-slots.php
Args 3
Description Filter slots available count.
Hook iconic_wds_slots_available_on_date
Type filter
File ./inc/Dates.php
Args 2
Description Slots available on date.
Hook iconic_wds_slots_available_on_date
Type filter
File ./inc/Dates.php
Args 2
Description Is given timestamp a delivery day.
Hook iconic_wds_slots_available_on_date
Type filter
File ./inc/Dates.php
Args 2
Description Is given timestamp a delivery day.
Hook iconic_wds_specific_delivery_dates
Type filter
File ./inc/Dates.php
Args 2
Description Specific delivery dates.
Hook iconic_wds_specific_delivery_dates
Type filter
File ./inc/Dates.php
Args 2
Description Specific delivery dates.
Hook iconic_wds_specific_delivery_dates
Type filter
File ./inc/Dates.php
Args 2
Description Specific delivery dates.
Hook iconic_wds_specific_delivery_dates
Type filter
File ./inc/Dates.php
Args 2
Description Specific delivery dates.
Hook iconic_wds_subscription_fee_name
Type filter
File ./inc/Subscriptions/SubscriptionProductsFee.php
Args 1
-
$name— string
Description The name of the subscription fee.
Hook iconic_wds_subscriptions_objects
Type filter
File ./inc/Subscriptions/Boot.php
Args 1
-
$subscriptions— array
Description Allow third party to add compatibility with their subscriptions products. By adding a new class to the array, you can add compatibility with your subscriptions products.
Hook iconic_wds_timeslot_shipping_method_allowed
Type filter
File ./inc/Dates.php
Args 2
-
$is_allowed— bool -
$timeslot— array
Description Is timeslot allowed for the current shipping method.
Hook iconic_wds_woo_subscriptions_regular_products_fee_name
Type filter
File ./inc/Subscriptions/RegularProductsFee.php
Args 1
-
$name— string
Description The name of the regular products fee.
Hook iconic_wds_{$type}_delivery_date
Type filter
File ./inc/Dates.php
Args 1
Description Min/max delivery date.
Hook stellarwp/telemetry/' . $stellar_slug . '/exit_interview_args
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Exit_Interview/Template.php
Args 2
-
$args— array -
$stellar_slug— string
Description Filters the "Exit Interview" modal arguments.
Hook stellarwp/telemetry/' . $stellar_slug . '/optin_args
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Opt_In/Opt_In_Template.php
Args 1
-
$optin_args— array
Description Filters the arguments for rendering the Opt-In modal.
Hook stellarwp/telemetry/' . Config::get_hook_prefix() . 'event_data
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Events/Event.php
Args 1
-
$data— array
Description Provides the ability to filter event data before it is sent to the telemetry server.
Hook stellarwp/telemetry/' . Config::get_hook_prefix() . 'events_url
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Events/Event.php
Args 1
-
$event_url— string
Description Filters the url used to send events to the telemetry server.
Hook stellarwp/telemetry/' . Config::get_hook_prefix() . 'exit_interview_should_render
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Exit_Interview/Template.php
Args 2
-
$should_render— bool -
$stellar_slug— string
Description Filters whether the "Exit Interview" modal should render.
Hook stellarwp/telemetry/' . Config::get_hook_prefix() . 'last_send_expire_seconds
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Last_Send/Last_Send.php
Args 1
-
$expire_seconds— int
Description Filters the amount of seconds the last send timestamp is valid before it expires.
Hook stellarwp/telemetry/' . Config::get_hook_prefix() . 'optin_status
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Opt_In/Status.php
Args 1
-
$status— int
Description Filters the opt-in status value.
Hook stellarwp/telemetry/' . Config::get_hook_prefix() . 'optin_status_label
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Opt_In/Status.php
Args 1
-
$optin— string
Description Filters the opt-in status label.
Hook stellarwp/telemetry/' . Config::get_hook_prefix() . 'option_name
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Opt_In/Status.php
Args 1
-
$option_name— string
Description Filters the option name used to store the opt-in status.
Hook stellarwp/telemetry/' . Config::get_hook_prefix() . 'register_site_data
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Telemetry/Telemetry.php
Args 1
-
$register_site_data— array
Description Filters the register site data.
Hook stellarwp/telemetry/' . Config::get_hook_prefix() . 'register_site_url
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Telemetry/Telemetry.php
Args 1
-
$site_url— string
Description Filters the registered site url.
Hook stellarwp/telemetry/' . Config::get_hook_prefix() . 'register_site_user_details
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Telemetry/Telemetry.php
Args 2
-
$site_user_details— array -
$stellar_slug— string
Description Filters the site user details.
Hook stellarwp/telemetry/' . Config::get_hook_prefix() . 'script_data
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Admin/Resources.php
Args 1
-
$data— array
Description Filters the data that is passed to the admin JS script.
Hook stellarwp/telemetry/' . Config::get_hook_prefix() . 'script_path
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Admin/Resources.php
Args 1
-
$path— string
Description Filters the path to the admin JS script.
Hook stellarwp/telemetry/' . Config::get_hook_prefix() . 'send_data_url
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Telemetry/Telemetry.php
Args 1
-
$data_url— string
Description Filter the url for sending data to the telemetry server.
Hook stellarwp/telemetry/' . Config::get_hook_prefix() . 'show_optin_option_name
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Opt_In/Opt_In_Template.php
Args 2
-
$option_name— string -
$stellar_slug— string
Description Filters the name of the option stored in the options table.
Hook stellarwp/telemetry/' . Config::get_hook_prefix() . 'style_path
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Admin/Resources.php
Args 1
-
$path— string
Description Filters the path to the admin CSS styles.
Hook stellarwp/telemetry/' . Config::get_hook_prefix() . 'token
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Opt_In/Status.php
Args 1
-
$token— string
Description Filters the site auth token.
Hook stellarwp/telemetry/' . Config::get_hook_prefix() . 'uninstall_url
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Telemetry/Telemetry.php
Args 1
-
$uninstall_url— string
Description Filters the uninstall url.
Hook stellarwp/telemetry/exit_interview_args
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Exit_Interview/Template.php
Args 2
-
$args— array -
$stellar_slug— string
Description Filters the "Exit Interview" modal arguments.
Hook stellarwp/telemetry/optin_args
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Opt_In/Opt_In_Template.php
Args 2
-
$optin_args— array -
$stellar_slug— string
Description Filters the arguments for rendering the Opt-In modal.
Hook stellarwp/telemetry/show_optin_option_name
Type filter
File ./vendor-prefixed/stellarwp/telemetry/src/Telemetry/Opt_In/Opt_In_Template.php
Args 2
-
$option_name— string -
$stellar_slug— string
Description Filters the name of the option stored in the options table.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/api_get_base_url
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/API/Client.php
Args 1
-
$base_url— string
Description Filter the API base URL.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/api_request_args
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/API/Client.php
Args 3
-
$request_args— mixed[] -
$endpoint— string -
$args— mixed[]
Description Filter the request arguments.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/api_response
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/API/Client.php
Args 3
-
$result— \stdClass | null -
$endpoint— string -
$args— mixed[]
Description Filter the API response.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/auth/nonce_expiration
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Auth/Provider.php
Args 1
-
$expiration— int
Description Filter how long the callback nonce is valid for.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/auth/user_check
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Auth/Auth_Pipes/User_Check.php
Args 1
-
$is_super_admin— bool
Description Filter the super admin user check.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/client_validate_license
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/API/Client.php
Args 2
-
$results— \Validation_Response -
$args— mixed[]
Description Filter the license validation results.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/client_validate_license_args
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/API/Client.php
Args 1
-
$args— mixed[]
Description Filter the license validation arguments.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/get_db_version
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Site/Data.php
Args 1
-
$version— string
Description Filters the DB version.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/get_db_version
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Site/Data.php
Args 1
-
$is_public— bool
Description Filters the DB version.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/get_domain
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Site/Data.php
Args 1
-
$domain— string
Description Filters the domain for the site.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/get_multisite_active_sites
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Site/Data.php
Args 1
-
$active_sites— int
Description Filters the active site count for the site.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/get_php_version
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Site/Data.php
Args 1
-
$version— string
Description Filters the PHP version.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/get_site_language
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Site/Data.php
Args 1
-
$locale— string
Description Filters the locale.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/get_stats
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Site/Data.php
Args 3
-
$stats— array -
$use_full_stats— bool -
$checker— \Data
Description Filter stats and allow plugins to add their own stats for tracking specific points of data.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/get_theme_info
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Site/Data.php
Args 1
-
$info— string[]
Description Filters the theme info.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/get_timezone
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Site/Data.php
Args 1
-
$timezone— string
Description Filters the timezone.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/get_totals
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Site/Data.php
Args 1
-
$totals— int[]
Description Filters the site post totals.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/get_user_language
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Site/Data.php
Args 1
-
$locale— string
Description Filters the locale.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/get_wp_version
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Site/Data.php
Args 1
-
$wp_version— string
Description Filters the WordPress version.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/is_debug_enabled
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Site/Data.php
Args 1
-
$debug_status— bool
Description Filters the Debug status.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/is_truthy_strings
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Utils/Checks.php
Args 1
-
$truthy_strings— array
Description Provides an opportunity to modify strings that will be deemed to evaluate to true.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/license_get_key
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Resources/License.php
Args 1
-
$key— string | null
Description Filter the license key.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/resource_get_slug
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Resources/Resource.php
Args 1
-
$slug— string
Description Filter the resource slug.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/resource_get_version
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Resources/Resource.php
Args 1
-
$version— string
Description Filter the resource version.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/resource_register
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Resources/Resource.php
Args 1
-
$resource— resource
Description Filters the registered resource.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/resource_register_before_collection
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Resources/Resource.php
Args 1
-
$resource— resource
Description Filters the registered plugin before adding to the collection.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/should_prevent_update_without_license
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Admin/Update_Prevention.php
Args 7
-
$should_revent— bool -
$plugin— string -
$incompatible_plugins— array -
$source— string -
$remote_source— string -
$upgrader— \WP_Upgrader -
$extra— array
Description Filter if we should prevent the update.
Hook stellarwp/uplink/' . Config::get_hook_prefix() . '/use_full_stats
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Site/Data.php
Args 1
-
$use_full_stats— bool
Description Allow full stats data to be built and sent.
Hook stellarwp/uplink/{$hook_prefix}/view/authorize_button/classes
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Components/Admin/Authorize_Button_Controller.php
Args 3
-
$classes— array -
$authenticated— bool -
$pagenow— string | null
Description Filter the CSS classes
Hook stellarwp/uplink/{$hook_prefix}/view/authorize_button/link_text
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Components/Admin/Authorize_Button_Controller.php
Args 3
-
$link_text— string -
$authenticated— bool -
$pagenow— string | null
Description Filter the link text.
Hook stellarwp/uplink/{$hook_prefix}/view/authorize_button/tag
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Components/Admin/Authorize_Button_Controller.php
Args 3
-
$tag— string -
$authenticated— bool -
$pagenow— string | null
Description Filter the HTML wrapper tag.
Hook stellarwp/uplink/{$hook_prefix}/view/authorize_button/target
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Components/Admin/Authorize_Button_Controller.php
Args 3
-
$target— string -
$authenticated— bool -
$pagenow— string | null
Description Filter the link target.
Hook stellarwp/uplink/{$hook_prefix}/view/authorize_button/url
Type filter
File ./vendor-prefixed/stellarwp/uplink/src/Uplink/Components/Admin/Authorize_Button_Controller.php
Args 3
-
$url— string -
$authenticated— bool -
$pagenow— string | null
Description Filter the hyperlink url.
Hook wpo_wcpdf_meta_box_actions
Type filter
File ./inc/Compatibility/PdfInvoicesPackingSlips.php
Args 2
Description WooCommerce PDF Invoices & Packing Slips – filter to modify metabox actions.
WooCommerce Delivery Slots
Choose a delivery date and time for each order. Add a limit to the number of allowed reservations, restrict time slots to specific delivery methods, and so much more.
Was this helpful?
Please let us know if this article was useful. It is the best way to ensure our documentation is as helpful as possible.

