PluginProbe
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs / 2.7.3
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs v2.7.3
5.0.1 4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 All 39 releases
← All changes | freemius/includes/class-fs-logger.php +2 -1 1.3.5 → 2.7.3 View file →
@@ -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/' );