12 lines
282 B
PHP
12 lines
282 B
PHP
<?php
|
|
/**
|
|
* Plugin Name: WPML Page Builders
|
|
* Description: Add full WPML support for most popular page builders.
|
|
* Author: OnTheGoSystems
|
|
* Author URI: http://www.onthegosystems.com
|
|
* Version: 2.0.7
|
|
* Plugin Slug: wpml-page-builders
|
|
*/
|
|
|
|
require_once __DIR__ . '/loader.php';
|