%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/webroot/blog/wp-content/plugins/td-composer/legacy/Newspaper/ |
Upload File : |
<?php
/**
* Created by PhpStorm.
* User: tagdiv
* Date: 07.03.2019
* Time: 16:15
*/
class td_config_legacy {
static function init() {
require_once('includes/widgets/td_page_builder_widgets.php'); // widgets
// do not load button shortcode on mobile theme, the mobile theme loads its own button shortcode
if ( ! td_util::is_mobile_theme() ) {
require_once('includes/shortcodes/td_misc_shortcodes.php');
}
require_once('includes/td_css_generator.php');
}
}
td_config_legacy::init();