<?php
if ( ! class_exists( 'WD_WPBakeryShortCodeFix' ) ) {
/**
* Class fix for compatibility with WPB addons plugins.
*/
class WD_WPBakeryShortCodeFix {
/**
* Settings.
*
* @return null
*/
public function settings() {
return null;
}
}
}