PATH:
home
/
letacommog
/
rdvenunclick.fr1
/
wp-content
/
plugins
/
woocommerce-bookings
<?php /** * Backwards compat. * * * @since 1.9.11 */ if ( ! defined( 'ABSPATH' ) ) { exit; } $active_plugins = get_option( 'active_plugins', array() ); foreach ( $active_plugins as $key => $active_plugin ) { if ( strstr( $active_plugin, '/woocommmerce-bookings.php' ) ) { $active_plugins[ $key ] = str_replace( '/woocommmerce-bookings.php', '/woocommerce-bookings.php', $active_plugin ); } } update_option( 'active_plugins', $active_plugins );
[+]
..
[+]
dist
[-] woocommmerce-bookings.php1
[edit]
[+]
templates
[+]
includes
[-] woocommerce-bookings.php
[edit]
[-] uninstall.php
[edit]
[+]
vendor
[+]
woo-includes
[-] changelog.txt
[edit]
[+]
languages