PluginProbe
Visual Website Optimizer / 2.8
Visual Website Optimizer v2.8
trunk 1.0 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4.0 4.1 4.10 All 37 releases
← All changes | visual-website-optimizer.php +2 -17 3.22.8 View file →
@@ -1,11 +1,11 @@
1 1 <?php
2 2 /*
3 3 Plugin Name: VWO
4 4 Plugin URI: https://vwo.com/
5 -Description: VWO is the all-in-one platform that helps you conduct visitor research, build an optimization roadmap, and run continuous experimentation. Simply enable the plugin and start running tests on your Wordpress website without doing any other code changes. Visit <a href="https://vwo.com/">VWO</a> for more details.
5 +Description: VWO is the all-in-one platform that helps you conduct visitor research, build an optimization roadmap, and run continuous experimentation. Simply enable the plugin and start running tests on your Wordpress website without doing any other code changes. Visit <a href="https://vwo.com/">Visual Website Optimizer</a> for more details.
6 6 Author: Wingify
7 -Version: 3.2
7 +Version: 2.8
8 8 visual-website-optimizer.php
9 9 Author URI: https://wingify.com
10 10
11 11 This relies on the actions being present in the themes header.php and footer.php
@@ -161,20 +161,5 @@
161 161 if (!$clhf_option || $clhf_option < 1){
162 162 echo "<div id='vwo-warning' class='updated fade'><p><strong>VWO is almost ready.</strong> You must <a href=\"options-general.php?page=clhf_vwo_options\">enter your Account ID</a> for it to work.</p></div>";
163 163 }
164 164 }
165 -
166 -
167 -add_filter('plugin_action_links_'.plugin_basename(__FILE__), 'vwo_clhf_add_plugin_page_settings_link');
168 -/**
169 - * Function to add Settings Links on Plugin page
170 - * @param array $links
171 - * @return string
172 - */
173 -function vwo_clhf_add_plugin_page_settings_link( $links ) {
174 - $links[] = '<a href="' .
175 - admin_url( 'options-general.php?page=clhf_vwo_options' ) .
176 - '">' . __('Settings') . '</a>';
177 - return $links;
178 -}
179 -
180 165 ?>