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

UiCore Elements – Free widgets and templates for Elementor, version 1.0.8. 22 lines.

- Page: https://pluginprobe.com/plugins/uicore-elements/1.0.8/code/includes/class-frontend.php
- Raw: https://pluginprobe.com/plugins/uicore-elements/1.0.8/raw/includes/class-frontend.php
- Modified: 2024-08-05T13:38:48+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.0.8/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() {
        
    }

}

```
