wordpress/php-fpm/wordpress_files/themes/hive-lite/inc/integrations.php

13 lines
269 B
PHP
Raw Normal View History

2020-05-22 03:40:23 +02:00
<?php
/**
* Require files that deal with various plugin integrations.
*
* @package Hive Lite
*/
/**
* Load Customify compatibility file.
* https://wordpress.org/plugins/customify/
*/
require_once get_parent_theme_file_path( '/inc/integrations/customify.php' );