| @@ -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 | ?> |