PluginProbe
Statify / 1.6.3
Statify v1.6.3
2.0.2 2.0.1 trunk 0.7 0.8 0.9 1.0 1.2.8 1.3.0 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 All 32 releases
statify / views / js-snippet.php

js-snippet.php in Statify 1.6.3, at views/js-snippet.php

22 lines 509 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Statify: JavaScript Snippet View
4 *
5 * This file contains the template for the plugin's JS snippet.
6 *
7 * @package Statify
8 */
9
10 class_exists( 'Statify' ) || exit; ?>
11
12 <!-- Stats by http://statify.de -->
13 <div id="statify-js-snippet"
14 style="display:none"
15 data-home-url="<?php echo esc_url( home_url( '/', 'relative' ) ); ?>">
16 </div>
17 <script type="text/javascript"
18 src="<?php echo esc_attr( plugins_url( 'js/snippet.js', STATIFY_FILE ) ); ?>">
19 </script>
20
21 <?php /* Markup space */ ?>
22