| Current Path : /var/www/html/amopropiedades.com/wp-content/themes/houzez/inc/blocks/ |
| Current File : /var/www/html/amopropiedades.com/wp-content/themes/houzez/inc/blocks/blocks.php |
<?php
require_once __DIR__ . '/class-library-source.php';
require_once __DIR__ . '/class-library.php';
add_action('init', function () {
if (defined('ELEMENTOR_VERSION')) {
new Houzez_Library;
}
});