VWO for more details. Author: VWO Version: 3.3 visual-website-optimizer.php Author URI: https://vwo.com/ This relies on the actions being present in the themes header.php and footer.php * header.php code before the closing tag * wp_head(); * */ //------------------------------------------------------------------------// //---Config---------------------------------------------------------------// //------------------------------------------------------------------------// /** * Generate Common Code * @param type $vwo_id integer * @return type string */ function get_vwo_clhf_script_common_code($vwo_clicks = 10) { ob_start(); ?> ';?>

VWO

You need to have a VWO account in order to use this plugin. This plugin inserts the neccessary code into your Wordpress site automatically without you having to touch anything. In order to use the plugin, you need to enter your VWO Account ID:

> > >
Your VWO Account ID
No. of Heatmap Clicks
Code (default: Asynchronous) /> Asynchronous    /> Synchronous  [Help]
Settings Timeout ms (default: 2000)
Library Timeout ms (default: 2500)
Use Existing jQuery />Yes

Your Account ID (a number) can be found in Settings area (top-right) after you login into your VWO account.

'; } function vwo_clhf_warn_nosettings(){ if (!is_admin()) return; $clhf_option = get_option("vwo_id"); if (!$clhf_option || $clhf_option < 1){ echo "

VWO is almost ready. You must enter your Account ID for it to work.

"; } } add_filter('plugin_action_links_'.plugin_basename(__FILE__), 'vwo_clhf_add_plugin_page_settings_link'); /** * Function to add Settings Links on Plugin page * @param array $links * @return string */ function vwo_clhf_add_plugin_page_settings_link( $links ) { $links[] = '' . __('Settings') . ''; return $links; } ?>