| @@ -37,11 +37,12 @@ | ||
| 37 | 37 | private static $CNT = 0; |
| 38 | 38 | private static $_HOOKED_FOOTER = false; |
| 39 | 39 | |
| 40 | 40 | private function __construct( $id, $on = false, $echo = false ) { |
| 41 | + $bt = debug_backtrace(); | |
| 42 | + | |
| 41 | 43 | $this->_id = $id; |
| 42 | 44 | |
| 43 | - $bt = debug_backtrace(); | |
| 44 | 45 | $caller = $bt[2]; |
| 45 | 46 | |
| 46 | 47 | if ( false !== strpos( $caller['file'], 'plugins' ) ) { |
| 47 | 48 | $this->_file_start = strpos( $caller['file'], 'plugins' ) + strlen( 'plugins/' ); |