|
- <?php
- /**
- * Plugin name: sandbox adaptions
- * Plugin URI: https://www.netzgestaltung.at
- * Author: Thomas Fellinger
- * Author URI: https://www.netzgestaltung.at
- * Version: 0.1
- * Description: Custom website functions
- * License: GPL v2
- * Copyright 2020 Thomas Fellinger (email : office@netzgestaltung.at)
-
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
-
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- * Must use plugins load
- * WordPress does not automagically looks into folders here
- * @see https://wordpress.org/support/article/must-use-plugins/
- * @see https://premium.wpmudev.org/blog/why-you-shouldnt-use-functions-php/
- */
- require WPMU_PLUGIN_DIR . '/sandbox-adaptions/sandbox-adaptions.php';
- ?>
|