PluginProbe
UiCore Elements – Free widgets and templates for Elementor / 1.3.18
UiCore Elements – Free widgets and templates for Elementor v1.3.18
1.3.18 1.3.17 1.3.16 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.2.0 1.2.1 1.2.2 1.2.3 All 42 releases
← All changes | includes/class-frontend.php +20 -21 1.0.11 → 1.3.18 View file →
@@ -1,21 +1,20 @@
1 -<?php
2 -namespace UiCoreElements;
3 -
4 -
5 -/**
6 - * Frontend Pages Handler
7 - */
8 -class Frontend {
9 -
10 -
11 - /**
12 - * Constructor function to initialize hooks
13 - *
14 - * @return void
15 - */
16 -
17 - public function __construct() {
18 -
19 - }
20 -
21 -}
1 +<?php
2 +
3 +namespace UiCoreElements;
4 +
5 +
6 +/**
7 + * Frontend Pages Handler
8 + */
9 +class Frontend
10 +{
11 +
12 +
13 + /**
14 + * Constructor function to initialize hooks
15 + *
16 + * @return void
17 + */
18 +
19 + public function __construct() {}
20 +}