• Skip to main content
  • Skip to primary sidebar
  • Skip to footer

[oik] plugins.com

WordPress plugins and themes

  • 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

bw_backtrace() – Log a debug_backtrace() to the trace log file if tracing is active

Description

Log a debug_backtrace() to the trace log file if tracing is active

Usage

bw_backtrace( $level );

Parameters

$level
( integer ) optional default: BW_TRACE_ALWAYS – required level of tracing

Returns

void

Source

File name: oik-libs/libs/bwtrace.php
Lines:
1 to 6 of 6
  function bw_backtrace( $level=BW_TRACE_ALWAYS ) {
    global $bw_trace_on, $bw_trace_level;
    if ( $bw_trace_on && ( $level <= $bw_trace_level ) ) { 
      bw_lazy_backtrace();
    }
  }
 
 View on GitHub

Called by

1 to 15 of 75
  • admin/oik-depends.inc
  • admin/oik-plugins.inc
  • admin/oik-themes.inc
  • bbboing_oik_add_shortcodes() – Implement the "oik_add_shortcodes" action for bbboing
  • bobbcomp::bw_array_get_dcb() – Return the array[index] or build the result by calling $callback, passing the $default as the arg.
  • bwsc_jquery() – Implement the [bw_jq] shortcode
  • bw_array_get_dcb() – Return the array[index] or build the result by calling $callback, passing the $default as the arg.
  • bw_echo() – bw API partial equivalent of PHP’s output buffering
  • bw_file_exists() – Check the "enhanced" file exists
  • bw_get_docroot_suffix() – Get the document root suffix
  • bw_gitrepo_plugin() – Implement "in_plugin_update_message-$plugin_file" for a Git repo plugin
  • bw_handle_action() – Handle a start or end action
  • bw_metadata() – Implement the [bw_fields] shortcode
  • bw_query_shorten() – Query the need to shorten a select field’s options
  • bw_sc_shortcake_compatible() – Implement "bw_sc_shortcake_compatible" for oik
[1][2][3]…[5]Next »

Invoked by

    Calls

    1 to 1 of 1
    • bw_lazy_backtrace() – print a backtrace to help find out where something is called from and how to debug it

    Call hooks

    Function name: bw_backtrace
    Plugin ref: oik-libs: Shared Library Repository
    Version: 0.4.3
    Sourcefile: libs/bwtrace.php
    File ref: libs/bwtrace.php
    Deprecated?: No
    API Letters: B

    Published: March 5, 2013 | Last updated: December 18, 2017

    Primary Sidebar

    Information

    Function name: bw_backtrace
    Plugin ref: oik-libs: Shared Library Repository
    Version: 0.4.3
    Sourcefile: libs/bwtrace.php
    File ref: libs/bwtrace.php
    Deprecated?: No
    API Letters: B

    Recent plugin updates

    oik-fields v1.55.0
    oik-fields v1.55.0 Upgrade to oik-fields v1.55.0 for accessibility improvements to the featured image virtual field. ...
    oik-css v2.4.0
    oik-css v2.4.0 Upgrade to oik-css v2.4.0 for accessibility improvements for Low Color Contrast errors. ...
    oik-unloader v0.4.0
    oik-unloader v0.4.0 Update to oik-unloader v0.4.0 for improved accessibility of the active-plugins shortcode. Tested with WordPress 6.9 and PHP 8.4 ...
    oik-nivo-slider v1.18.0
    oik-nivo-slider v1.18.0 Upgrade to oik-nivo-slider v1.18.0 for improved accessibility (a11y ). Tested with WordPress 6.9 and PHP 8.4 ...
    oik-privacy-policy v1.4.11
    oik-privacy-policy v1.4.11 oik-privacy-policy v1.4.11 contains another minor security fix; to sanitize the title of any new privacy policy page you generate.  ...

    Footer

    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: oikplug@oik-plugins.com

    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-2026. All rights reserved.


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

    WordPress version: 6.9.4

    Gutenberg version: 22.7.0

    PHP version: 8.2.30