<?php /** * @package Bootstrap * @author Pierre Lannoy <https://pierre.lannoy.fr/>. * @license http://www.gnu.org/licenses/gpl-2.0.html GPLv2 or later * @since 1.0.0 */ // If uninstall not called from WordPress, then exit. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; }