PHP 8.2.30
Preview: wpdiscuz.cls.php Size: 1.18 KB
/proc/thread-self/root/usr/src/litespeed-wp-plugin/7.7/litespeed-cache/thirdparty/wpdiscuz.cls.php

<?php
/**
 * The Third Party integration with Wpdiscuz.
 *
 * @since       2.9.5
 * @package     LiteSpeed
 * @subpackage  LiteSpeed_Cache/thirdparty
 */

namespace LiteSpeed\Thirdparty;

defined( 'WPINC' ) || exit();

use LiteSpeed\API;

/**
 * Wpdiscuz integration for LiteSpeed Cache.
 *
 * Appends commenter vary and disables pending-check when a commenter is detected.
 */
class Wpdiscuz {

	/**
	 * Registers hooks when Wpdiscuz is active.
	 *
	 * @since 2.9.5
	 * @return void
	 */
	public static function detect() {
		if ( ! defined( 'WPDISCUZ_DS' ) ) {
			return;
		}

		self::check_commenter();
		add_action( 'wpdiscuz_add_comment', __CLASS__ . '::add_comment' );
	}

	/**
	 * Appends the commenter vary on new Wpdiscuz comments.
	 *
	 * @since 2.9.5
	 * @return void
	 */
	public static function add_comment() {
		API::vary_append_commenter();
	}

	/**
	 * Checks current commenter and disables pending vary check if a name exists.
	 *
	 * @since 2.9.5
	 * @return void
	 */
	public static function check_commenter() {
		$commentor = wp_get_current_commenter();

		if (strlen($commentor['comment_author']) > 0) {
			add_filter( 'litespeed_vary_check_commenter_pending', '__return_false' );
		}
	}
}

Directory Contents

Dirs: 0 × Files: 30

Name Size Perms Modified Actions
2.67 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
2.44 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
910 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
813 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
2.58 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
1.12 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
806 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
3.57 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
3.25 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
1.51 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
1.44 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
1.14 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
5.41 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
6.51 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
996 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
1.01 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
793 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
992 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
1.74 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
869 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
27.90 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
3.91 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
230 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
807 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
900 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
1.18 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
870 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
1.02 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download
879 B lrw-r--r-- 2025-12-17 00:04:56
Edit Download
5.23 KB lrw-r--r-- 2025-12-17 00:04:56
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).