Browse
For agents
About
Ever Compare – Products Compare Plugin for WooCommerce
/
trunk
Ever Compare – Products Compare Plugin for WooCommerce
vtrunk
Switch version
1.3.7
1.1.7
1.1.8
1.1.9
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
1.2.7
1.2.8
1.2.9
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
trunk
1.0.0
1.0.1
1.0.2
All 31 releases
Overview
Code
← All changes
|
includes/classes/Frontend.php
+2
-0
1.3.5
→
trunk
View file →
@@ -1,7 +1,9 @@
1
1
<?php
2
2
namespace EverCompare;
3
3
4
+
defined( 'ABSPATH' ) || exit;
5
+
4
6
/**
5
7
* Frontend handlers class
6
8
*/
7
9
class Frontend {