Changeset 3326686
- Timestamp:
- 07/12/2025 10:04:56 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-base-booking-of-appointments-services-and-events/tags/5.6.0/wp-base.php
r3326646 r3326686 1 1 <?php 2 2 /* 3 * Plugin Name: WP BASE Developer Package3 * Plugin Name: WP BASE Booking of Appointments, Services and Events 4 4 * Description: A complete e-commerce solution for appointment, service and event bookings. 5 5 * Plugin URI: https://wp-base.com … … 7 7 * Author: Hakan Ozevin <hakan@wp-base.com> 8 8 * Author URI: https://wp-base.com 9 * ID: 153910 * Update URI: https://wp-base.com11 * WC tested up to: 9.9.512 9 * Text Domain: wp-base 13 10 * Domain Path: /languages … … 56 53 } 57 54 58 if ( WPB_DEV ) {59 add_action( 'before_woocommerce_init', function() {60 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {61 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );62 }63 } );64 }65 66 55 if ( ! defined( 'WPB_CLIENT_CAP' ) ) { 67 56 define( 'WPB_CLIENT_CAP', 'view_bookings' );
Note: See TracChangeset
for help on using the changeset viewer.