![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/www/wp-content/plugins/dt-the7-core/includes/ |
<?php /** * Functions meant to provide backward compatibility with The7. * * @since 2.0.5 * * @package The7pt */ defined( 'ABSPATH' ) || exit; if ( ! function_exists( 'the7_get_new_shortcode_less_vars_manager' ) ) { /** * Factory function for shortcode less manager. * Provide backward compatibility with The7 7.7.0. * * @return DT_Blog_LessVars_Manager */ function the7_get_new_shortcode_less_vars_manager() { return new DT_Blog_LessVars_Manager( new Presscore_Lib_SimpleBag(), new Presscore_Lib_LessVars_Factory() ); } }