nguyen dung 39b8cb3612 init
2022-02-18 16:43:41 +07:00

14 lines
225 B
PHP

<?php // @codingStandardsIgnoreLine
namespace Flatsome\Extensions;
defined( 'ABSPATH' ) || exit;
global $extensions_url;
require $extensions_url . '/flatsome-swatches/includes/class-swatches.php';
flatsome_swatches();