# sky-elementor-addons/trunk/includes/utils.php

Sky Addons for Elementor, version trunk. 14 lines.

- Page: https://pluginprobe.com/plugins/sky-elementor-addons/trunk/code/includes/utils.php
- Raw: https://pluginprobe.com/plugins/sky-elementor-addons/trunk/raw/includes/utils.php
- Modified: 2026-03-01T19:30:32+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/sky-elementor-addons/trunk/code/includes/utils.php#L10-L20`.

```php
<?php
namespace Sky_Addons;

use Sky_Addons\Sky_Addons_Plugin;

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

class Sky_Utils {


}

```
