PluginProbe
GetResponse Forms by Optin Cat / 2.0.2
GetResponse Forms by Optin Cat v2.0.2
1.3.4 1.3.5 1.3.6 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 2.0.0 All 36 releases
← All changes | includes/eoi-tour-pointer.php +2 -2 1.3.62.0.2 View file →
@@ -79,9 +79,9 @@
79 79 function intro_tour() {
80 80
81 81 global $pagenow;
82 82
83 - $this->plugin_data = get_plugin_data( $this->settings[ 'plugin_dir' ] . 'easy-opt-ins.php' );
83 + $this->plugin_data = get_plugin_data( FCA_EOI_PLUGIN_DIR . 'easy-opt-ins.php' );
84 84
85 85 // Ajax request template
86 86
87 87 $ajax = '
@@ -96,9 +96,9 @@
96 96 ';
97 97
98 98 // if there is more than 1 layout the number will be 6 , otherwise 5
99 99 $init_pointer_number = 5;
100 - if ( count( glob( $this->settings[ 'plugin_dir' ] . 'layouts/*', GLOB_ONLYDIR ) ) > 1 ) {
100 + if ( count( glob( FCA_EOI_PLUGIN_DIR . 'layouts/*', GLOB_ONLYDIR ) ) > 1 ) {
101 101 $init_pointer_number += 1;
102 102 };
103 103
104 104 $page_items = array(