# uicore-elements/1.3.17/includes/class-frontend.php

UiCore Elements – Free widgets and templates for Elementor, version 1.3.17. 21 lines.

- Page: https://pluginprobe.com/plugins/uicore-elements/1.3.17/code/includes/class-frontend.php
- Raw: https://pluginprobe.com/plugins/uicore-elements/1.3.17/raw/includes/class-frontend.php
- Modified: 2026-09-15T12:03:04+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/uicore-elements/1.3.17/code/includes/class-frontend.php#L10-L20`.

```php
<?php

namespace UiCoreElements;


/**
 * Frontend Pages Handler
 */
class Frontend
{


    /**
     * Constructor function to initialize hooks
     *
     * @return void
     */

    public function __construct() {}
}

```
