SILENT KILLERPanel

Current Path: > home > codekrsu > > shopceylon.store > wp-content > themes > astra > inc > compatibility


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//shopceylon.store/wp-content/themes/astra/inc/compatibility

NameTypeSizeLast ModifiedActions
edd Directory - -
learndash Directory - -
lifterlms Directory - -
starter-content Directory - -
surecart Directory - -
woocommerce Directory - -
class-astra-amp.php File 48248 bytes April 24 2025 09:51:30.
class-astra-bb-ultimate-addon.php File 11329 bytes February 26 2025 11:35:14.
class-astra-beaver-builder.php File 5765 bytes April 24 2025 09:51:30.
class-astra-beaver-themer.php File 11558 bytes April 24 2025 09:51:30.
class-astra-bne-flyout.php File 1166 bytes February 26 2025 11:35:14.
class-astra-contact-form-7.php File 1321 bytes February 26 2025 11:35:14.
class-astra-divi-builder.php File 1146 bytes February 26 2025 11:35:14.
class-astra-elementor-pro.php File 18218 bytes April 24 2025 09:51:30.
class-astra-elementor.php File 17673 bytes April 24 2025 09:51:30.
class-astra-gravity-forms.php File 1344 bytes February 26 2025 11:35:14.
class-astra-gutenberg.php File 6363 bytes February 26 2025 11:35:14.
class-astra-jetpack.php File 1519 bytes February 26 2025 11:35:14.
class-astra-site-origin.php File 1188 bytes February 26 2025 11:35:14.
class-astra-starter-content.php File 6597 bytes February 26 2025 11:35:14.
class-astra-ubermeu.php File 1810 bytes February 26 2025 11:35:14.
class-astra-visual-composer.php File 3475 bytes April 24 2025 09:51:30.
class-astra-web-stories.php File 2409 bytes February 26 2025 11:35:14.
class-astra-yoast-seo.php File 658 bytes February 26 2025 11:35:14.
index.php File 111 bytes November 11 2024 15:51:54.

Reading File: /home/codekrsu//shopceylon.store/wp-content/themes/astra/inc/compatibility/class-astra-jetpack.php

<?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();

SILENT KILLER Tool