__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php

add_filter('llms_get_theme_default_sidebar', function ($id) {
	return 'sidebar-1';
});

if (! function_exists('blocksy_tutor_lms_content_close')) {
	function blocksy_tutor_lms_content_close() {
		if (! is_singular()) {
			echo '</article>';
			get_sidebar();
		}

		echo '</div>';
	}
}

if (! function_exists('blocksy_tutor_lms_hero_type_1')) {
	function blocksy_tutor_lms_hero_type_1($result) {
		if ( empty($result) ) {
			return $result;
		}
		
		return blocksy_output_hero_section([
			'type' => 'type-1',
			'elements' => str_replace(
				'tutor-course-details-header tutor-mb-44',
				'tutor-course-details-header entry-header',
				$result
			)
		]);
	}
}

if (! function_exists('blocksy_tutor_lms_course_content_open')) {
	function blocksy_tutor_lms_course_content_open() {
		$page_structure = blocksy_get_page_structure();

		$attr = [
			'class' => 'ct-container-full'
		];

		if ($page_structure === 'none' || blocksy_post_uses_vc()) {
			$attr['class'] = 'ct-container';

			if ($page_structure === 'narrow') {
				$attr['class'] = 'ct-container-narrow';
			}
		} else {
			$attr['data-content'] = $page_structure;
		}

		$attr = array_merge($attr, blocksy_sidebar_position_attr([
			'attr_id' => 'data-tutor-sidebar',
			'array' => true
		]));

		$attr = array_merge($attr, blocksy_get_v_spacing([
			'array' => true
		]));

		/**
		 * Note to code reviewers: This line doesn't need to be escaped.
		 * Function blocksy_output_hero_section() used here escapes the value properly.
		 */
		if (apply_filters('blocksy:single:has-default-hero', true)) {
			$resulting_hero = blocksy_output_hero_section([
				'type' => 'type-2'
			]);

			if (! empty($resulting_hero)) {
				echo $resulting_hero;

				add_filter('tutor_course/single/lead_info', function ($res) {
					return '';
				});

				add_filter('tutor_course/single/enrolled/lead_info', function ($res) {
					return '';
				});
			} else {
				add_filter(
					'tutor_course/single/lead_info',
					'blocksy_tutor_lms_hero_type_1'
				);

				add_filter(
					'tutor_course/single/enrolled/lead_info',
					'blocksy_tutor_lms_hero_type_1'
				);
			}
		}

		echo '<div ' . blocksy_attr_to_html($attr) . '>';
	}
}

if (! function_exists('blocksy_tutor_lms_content_open')) {
	function blocksy_tutor_lms_content_open() {
		$page_structure = blocksy_get_page_structure();

		$attr = [
			'class' => 'ct-container-full'
		];

		if ($page_structure === 'none' || blocksy_post_uses_vc()) {
			$attr['class'] = 'ct-container';

			if ($page_structure === 'narrow') {
				$attr['class'] = 'ct-container-narrow';
			}
		} else {
			$attr['data-content'] = $page_structure;
		}

		$attr = array_merge($attr, blocksy_sidebar_position_attr([
			'array' => true
		]));

		$attr = array_merge($attr, blocksy_get_v_spacing([
			'array' => true
		]));

		if (apply_filters('blocksy:single:has-default-hero', true)) {
			echo blocksy_output_hero_section([
				'type' => 'type-2'
			]);
		}

		echo '<div ' . blocksy_attr_to_html($attr) . '>';

		echo '<article>';
		echo blocksy_output_hero_section([
			'type' => 'type-1'
		]);
	}
}

add_action('tutor_dashboard/before/wrap', 'blocksy_tutor_lms_content_open');
add_action('tutor_dashboard/after/wrap', 'blocksy_tutor_lms_content_close');
add_action('tutor_course/archive/before/wrap', 'blocksy_tutor_lms_content_open');
add_action('tutor_course/archive/after/wrap', 'blocksy_tutor_lms_content_close');
add_action('tutor_student/before/wrap', 'blocksy_tutor_lms_content_open');
add_action('tutor_student/after/wrap', 'blocksy_tutor_lms_content_close');

add_action('tutor_course/single/before/wrap', 'blocksy_tutor_lms_course_content_open');
add_action('tutor_course/single/after/wrap', 'blocksy_tutor_lms_content_close');
add_action('tutor_course/single/enrolled/before/wrap', 'blocksy_tutor_lms_course_content_open');
add_action('tutor_course/single/enrolled/after/wrap', 'blocksy_tutor_lms_content_close');

add_action('wp_enqueue_scripts', function () {
	if (! function_exists('tutor_utils')) {
		return;
	}

	$is_script_debug = tutor_utils()->is_script_debug();
	$suffix = $is_script_debug ? '' : '.min';

	if (tutor_utils()->get_option('load_tutor_css')){
		wp_enqueue_style(
			'tutor-frontend',
			tutor()->url . "assets/css/tutor-front{$suffix}.css",
			array(),
			tutor()->version
		);
	}
}, 5);


Filemanager

Name Type Size Permission Actions
avatars.php File 368 B 0640
bbpress.php File 252 B 0640
beaver-themer.php File 1.21 KB 0640
cartflows.php File 149 B 0640
cdn.php File 494 B 0640
coauthors.php File 1.64 KB 0640
custom-post-types.php File 5.11 KB 0640
dfi.php File 221 B 0640
disqus.php File 497 B 0640
elementor.php File 5.22 KB 0640
fluent-forms.php File 94 B 0640
generateblocks.php File 200 B 0640
greenshift.php File 227 B 0640
qubely.php File 237 B 0640
secupress.php File 455 B 0640
simply-static.php File 3.16 KB 0640
stackable.php File 139 B 0640
theme-builders.php File 2.73 KB 0640
tribe-events.php File 884 B 0640
tutorlms.php File 4.21 KB 0640
wpc-variations-table.php File 317 B 0640
wprocket.php File 609 B 0640
yith.php File 102 B 0640
zion.php File 846 B 0640
Filemanager