PHP 8.2.30
Preview: wp-postratings.cls.php Size: 900 B
//proc/thread-self/root/usr/src/litespeed-wp-plugin/7.8.0.1/litespeed-cache/thirdparty/wp-postratings.cls.php

<?php
/**
 * The Third Party integration with the WP-PostRatings plugin.
 *
 * Hooks into rating events to purge related caches.
 *
 * @since 1.1.1
 * @package LiteSpeed
 */

namespace LiteSpeed\Thirdparty;

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

/**
 * WP-PostRatings integration for LiteSpeed Cache.
 */
class WP_PostRatings {

	/**
	 * Detects if the WP-PostRatings plugin is active and registers hooks.
	 *
	 * @since 1.1.1
	 * @return void
	 */
	public static function detect() {
		if ( defined( 'WP_POSTRATINGS_VERSION' ) ) {
			add_action( 'rate_post', __CLASS__ . '::flush', 10, 3 );
		}
	}

	/**
	 * Purge the cache for a rated post.
	 *
	 * @since 1.1.1
	 *
	 * @param int $uid                User ID who rated.
	 * @param int $post_id            The rated post ID.
	 * @return void
	 */
	public static function flush( $uid, $post_id ) {
		do_action( 'litespeed_purge_post', (int) $post_id );
	}
}

Directory Contents

Dirs: 0 × Files: 30

Name Size Perms Modified Actions
2.67 KB lrw-r--r-- 2026-03-17 22:16:50
Edit Download
2.44 KB lrw-r--r-- 2026-03-17 22:16:50
Edit Download
910 B lrw-r--r-- 2026-03-17 22:16:50
Edit Download
813 B lrw-r--r-- 2026-03-17 22:16:50
Edit Download
2.58 KB lrw-r--r-- 2026-03-17 22:16:50
Edit Download
1.12 KB lrw-r--r-- 2026-03-17 22:16:50
Edit Download
806 B lrw-r--r-- 2026-03-17 22:16:50
Edit Download
3.57 KB lrw-r--r-- 2026-03-17 22:16:50
Edit Download
3.25 KB lrw-r--r-- 2026-03-17 22:16:50
Edit Download
1.51 KB lrw-r--r-- 2026-03-17 22:16:50
Edit Download
1.44 KB lrw-r--r-- 2026-03-17 22:16:50
Edit Download
1.14 KB lrw-r--r-- 2026-03-17 22:16:50
Edit Download
5.41 KB lrw-r--r-- 2026-03-17 22:16:50
Edit Download
6.51 KB lrw-r--r-- 2026-03-17 22:16:50
Edit Download
996 B lrw-r--r-- 2026-03-17 22:16:50
Edit Download
1.01 KB lrw-r--r-- 2026-03-17 22:16:50
Edit Download
793 B lrw-r--r-- 2026-03-17 22:16:50
Edit Download
992 B lrw-r--r-- 2026-03-17 22:16:50
Edit Download
1.74 KB lrw-r--r-- 2026-03-17 22:16:50
Edit Download
869 B lrw-r--r-- 2026-03-17 22:16:50
Edit Download
30.15 KB lrw-r--r-- 2026-03-17 22:16:50
Edit Download
3.91 KB lrw-r--r-- 2026-03-17 22:16:50
Edit Download
230 B lrw-r--r-- 2026-03-17 22:16:50
Edit Download
807 B lrw-r--r-- 2026-03-17 22:16:50
Edit Download
900 B lrw-r--r-- 2026-03-17 22:16:50
Edit Download
1.18 KB lrw-r--r-- 2026-03-17 22:16:50
Edit Download
870 B lrw-r--r-- 2026-03-17 22:16:50
Edit Download
1.02 KB lrw-r--r-- 2026-03-17 22:16:50
Edit Download
879 B lrw-r--r-- 2026-03-17 22:16:50
Edit Download
5.23 KB lrw-r--r-- 2026-03-17 22:16:50
Edit Download

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