PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
woocommerce-bookings
<?php /** * Bookings Uninstall */ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit(); } global $wpdb; /* * Only remove ALL product and page data if WC_REMOVE_ALL_DATA constant is set to true in user's * wp-config.php. This is to prevent data loss when deleting the plugin from the backend * and to ensure only the site owner can perform this action. */ if ( defined( 'WC_REMOVE_ALL_DATA' ) && true === WC_REMOVE_ALL_DATA ) { // Tables $wpdb->query( 'DROP TABLE IF EXISTS ' . $wpdb->prefix . 'wc_booking_relationships' ); }
[+]
..
[-] .editorconfig
[edit]
[+]
includes
[-] phpunit.xml
[edit]
[-] woocommmerce-bookings.php
[edit]
[+]
woo-includes
[+]
templates
[-] changelog.txt
[edit]
[-] composer.json
[edit]
[-] package-lock.json
[edit]
[-] uninstall.php
[edit]
[+]
languages
[-] woocommerce-bookings.php
[edit]
[-] .travis.yml
[edit]
[-] phpcs.xml
[edit]
[+]
assets