Plugin Directory

Changeset 3326686


Ignore:
Timestamp:
07/12/2025 10:04:56 AM (9 months ago)
Author:
PuckRobin
Message:

wp-base.php fixing inaccurate file header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-base-booking-of-appointments-services-and-events/tags/5.6.0/wp-base.php

    r3326646 r3326686  
    11<?php
    22/*
    3  * Plugin Name: WP BASE Developer Package
     3 * Plugin Name: WP BASE Booking of Appointments, Services and Events
    44 * Description: A complete e-commerce solution for appointment, service and event bookings.
    55 * Plugin URI: https://wp-base.com
     
    77 * Author: Hakan Ozevin <hakan@wp-base.com>
    88 * Author URI: https://wp-base.com
    9  * ID: 1539
    10  * Update URI: https://wp-base.com
    11  * WC tested up to: 9.9.5
    129 * Text Domain: wp-base
    1310 * Domain Path: /languages
     
    5653    }
    5754
    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 
    6655    if ( ! defined( 'WPB_CLIENT_CAP' ) ) {
    6756        define( 'WPB_CLIENT_CAP', 'view_bookings' );
Note: See TracChangeset for help on using the changeset viewer.