Lines:
1 to 43 of 43
<?php // (C) Copyright Bobbing Wide 2013-2019 /* Plugin Name: oik-wp Plugin URI: https://www.oik-plugins.com/oik-plugins/oik-batch Description: standalone processing using a complete WordPress installation but not using WP-CLI Version: 1.0.0 Author: bobbingwide Author URI: https://www.oik-plugins.com/author/bobbingwide Text Domain: oik-wp Domain Path: /languages/ License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Copyright 2013-2019 Bobbing Wide (email : herb@bobbingwide.com ) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation. You may NOT assume that you can use any other version of the GPL. 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. The license for this software can likely be found here: http://www.gnu.org/licenses/gpl-2.0.html */ if ( !function_exists( "oik_batch_load_lib" ) ) { /* function oik_batch_load_lib() – Load a library file */ } /* function oik_batch_start_wordpress() – Start WordPress in the current directory */ /* function oik_wp_loaded() – Bootstrap logic for oik-wp */ /* function oik_batch_load_wordpress_develop_tests() – Locate and load the parts we need from WordPress develop tests */ oik_wp_loaded();View on GitHub