Changeset 1517922
- Timestamp:
- 10/19/2016 02:03:24 PM (9 years ago)
- File:
-
- 1 edited
-
scan-wp/trunk/scan-wp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scan-wp/trunk/scan-wp.php
r1274501 r1517922 18 18 function load_scan_wp_style() { 19 19 wp_enqueue_script( 'scanwp_custom_script', 'http://scanwp.net/js/scanwp-search.js' ); 20 wp_enqueue_style( 'scanwp-style', plugins_url() . '/scan-wp/css/style.css' );20 //wp_enqueue_style( 'scanwp-style', plugins_url() . '/scan-wp/css/style.css' ); 21 21 } 22 22 add_action( 'wp_enqueue_scripts', 'load_scan_wp_style' ); … … 53 53 <strong>Take advantage of ScanWP's abilities and implement it on your site!</strong><br /> 54 54 Implementing our FREE tool on your site is a sure bet to get your visitors interested and engage with your site, thus increasing your <strong>Time on site</strong> and reducing your <strong>Bounce rate</strong>.<br /> 55 If you are in the Wordpress business or are a designer, developer, SEO, PPC or something along these lines, this tool is exactly what you need! 55 If you are in the Wordpress business or are a designer, developer, SEO, PPC or something along these lines, this tool is exactly what you need! 56 56 <br /> 57 57 All you need to do is copy the following shortcode<br />
Note: See TracChangeset
for help on using the changeset viewer.