HEX
Server: Apache/2.4.65 (Debian)
System: Linux 88f31f35b0b8 6.1.0-38-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.147-1 (2025-08-02) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/td-composer/legacy/Newspaper/init.php
<?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();