GIF94;
| Path : /var/www/wordpress/wp-content/plugins/oxygen/plugin/themeless/theme-disabler/ |
| Current File : /var/www/wordpress/wp-content/plugins/oxygen/plugin/themeless/theme-disabler/theme-support.php |
<?php
namespace Breakdance\Themeless\ThemeDisabler;
add_action('after_setup_theme', function() {
if (is_theme_disabled()) {
add_theme_support("post-thumbnails");
add_theme_support("title-tag");
}
});