You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.2 KiB

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