[oik] plugins.com

WordPress plugins and themes

  • Home
  • About
    • lazy shortcodes
    • smart shortcodes
    • oik base plugin
      • oik – donate
      • oik PayPal buttons
      • oik installation
      • oik Button Shortcode button
      • oik changelog
      • oik FAQ
      • oik plugins on SVN
      • oik plugins on GitHub
  • Plugins
    • oik base plugin
    • FREE oik plugins
    • WordPress plugins
    • Premium oik plugins
    • Bespoke oik plugins
  • Shortcodes
    • Shortcode examples
  • Blocks
    • Block examples
  • APIs
    • ALL action and filter hooks
  • Blog

includes/oik-bwtrace-mu.php


Lines:

1 to 54 of 54
<?php // (C) Copyright Bobbing Wide 2015

/*
Plugin Name: oik bwtrace MU 
Plugin URI: http://www.oik-plugins.com/oik-plugins/oik-bwtrace
Description: Debug trace for WordPress - Must Use version
Version: 2.0.0
Author: bobbingwide
Author URI: http://www.oik-plugins.com/author/bobbingwide
License: GPL2

    Copyright 2015 Bobbing Wide (email : [email protected] )

    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

*/


/**
 * oik-bwtrace Must Use version is a relocatable file that can be used to implement oik-bwtrace logic as a Must Use plugin
 *
 * Using the oik-bwtrace admin menu the user can choose to make this a MU plugin
 * which means that oik-bwtrace will be activated a lot earlier and we'll be able to count more action hooks
 * 
 * For the site administrator this is an easier way of activating trace logic than editing wp-config.php
 * and it means that we can refer to real options values, not values invented from the constants defined in the config file.
 * 
 * @TODO Actually write some logic in oik-bwtrace admin to relocate this file;
 * using similar logic to that used to replace plugins.php from wp-includes.
 *
 * Note: Since this is an MU plugin it's running from the mu-plugins directory.
 *  
 */
if ( defined( 'WP_PLUGIN_DIR' ) ) {
  $file = WP_PLUGIN_DIR .  '/oik-bwtrace/oik-bwtrace.php';
} else {
  $file = dirname( dirname( __FILE__ ) ) . '/plugins/oik-bwtrace/oik-bwtrace.php';
}

if ( file_exists( $file ) ) {
  require_once( $file );
} 

 View on GitHub View on Trac

Called by

    Invoked by

      Calls

      Call hooks

      File name: includes/oik-bwtrace-mu.php
      Plugin ref: oik-bwtrace – debug trace for WordPress
      Version: 3.2.0
      Deprecated?: No
      API Letters:

      Published: November 1, 2016 | Last updated: November 1, 2016

      Information

      File name: includes/oik-bwtrace-mu.php
      Plugin ref: oik-bwtrace – debug trace for WordPress
      Version: 3.2.0
      Deprecated?: No
      API Letters:

      Recent plugin updates

      oik-themes v1.4.0 

      Update to oik-themes v1.4.0 to support Full Site Editing (FSE) themes. FSE themes, which are currently experimental, deliver block based templates and template parts.

       ...
      oik-clone v2.0.1 oik-clone v2.0.1 contains a fix for a 500 internal server error being produced when cloning content with certain taxonomy terms. ...
      SB Chart block v0.1.1 

      Update to SB Chart block v0.1.1 for improved enqueing of the chart.js Javascript and better colours in the Gutenberg palette.

       ...
      Slog v1.3.1 

      Update to Slog v1.3.1 for a new Driver tab and improved display of charts grouping Elapsed times.

       ...
      SB-Chart-Block v0.0.8 SB-Chart-Block v0.0.8, a WordPress single block plugin, supports 4 different chart types; Line, Bar, Horizontal bar and Pie. ...

      Plugins

      • All Plugins
      • oik base plugin
      • FREE oik plugins
      • WordPress plugins
      • Premium oik plugins

      Themes

      • FREE themes
      • Bespoke themes
      • Premium themes

      Blocks

      • All Blocks
      • Block examples
      • About Blocks

      Shortcodes

      • All Shortcodes
      • Shortcode examples
      • About Shortcodes

      Reference

      • About APIs
      • All APIs
      • All Classes
      • All Files
      • All Hooks

      Support

      • Contact
      • Cookies policy
      • Get API key
      • Privacy
      • Request support
      • Sitemap
      • Stay informed
      • Terms and Conditions
      oik-plugins
      Email: [email protected]

      Weight shipping plugins

      Find out which cart weight shipping plugin you need for your WooCommerce site.
      Which cart weight based plugin do I need?

      Site:  www.oik-plugins.com
      © Copyright oik-plugins 2011-2021. All rights reserved.


      Website designed and developed by Herb Miller of Bobbing Wide
      Proudly powered by WordPress and oik-plugins