Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.217.35 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/blueversion/wp-content/plugins/motors-wpbakery-widgets/ |
Upload File : |
<?php
/**
* Plugin Name: Motors WPBakery Widgets
* Plugin URI: http://stylemixthemes.com/
* Description: Enables WPBakery Page Builder plugin support in Motors theme.
* Author: StylemixThemes
* Author URI: https://stylemixthemes.com/
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: motors-wpbakery-widgets
* Version: 1.2.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
define( 'STM_MWW_PATH', dirname( __FILE__ ) );
define( 'STM_MWW_URL', plugins_url( '', __FILE__ ) );
if ( ! is_textdomain_loaded( 'motors-wpbakery-widgets' ) ) {
load_plugin_textdomain( 'motors-wpbakery-widgets', false, 'motors-wpbakery-widgets/languages' );
}
if ( defined( 'WPB_VC_VERSION' ) && 'motors' === get_template() ) {
require_once __DIR__ . '/includes/functions.php';
require_once __DIR__ . '/includes/register-widgets.php';
require_once __DIR__ . '/includes/LoadScriptsForUse.php';
}