# borderless/1.1.3/modules/wpbakery/wpbakery.php

Borderless – Addons and Templates for Elementor, version 1.1.3. 12 lines.

- Page: https://pluginprobe.com/plugins/borderless/1.1.3/code/modules/wpbakery/wpbakery.php
- Raw: https://pluginprobe.com/plugins/borderless/1.1.3/raw/modules/wpbakery/wpbakery.php
- Modified: 2021-03-03T20:26: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/borderless/1.1.3/code/modules/wpbakery/wpbakery.php#L10-L20`.

```php
<?php

// don't load directly
defined( 'ABSPATH' ) || exit;


/*-----------------------------------------------------------------------------------*/
/*	WPBakery
/*-----------------------------------------------------------------------------------*/

require_once( BORDERLESS__WPBAKERY . "/lean-map.php");   
require_once( BORDERLESS__WPBAKERY . "/paramns/icon-manager-param.php" );
```
