PluginProbe
PhastPress / 1.90
PhastPress v1.90
3.12 3.11 1.75 1.76 1.77 1.78 1.79 1.80 1.81 1.82 1.83 1.84 1.85 1.86 1.87 1.88 1.89 1.90 1.91 1.92 1.93 1.94 1.95 1.96 1.97 All 119 releases
← All changes | bootstrap.php +0 -8 1.961.90 View file →
@@ -52,16 +52,8 @@
52 52 'wp-super-cache',
53 53 'deploying PhastPress via init hook to support WP Super Cache late init'
54 54 );
55 55 (new Compat\NextGenGallery())->setup($priority + 1);
56 - } elseif (class_exists(\LiteSpeed\Core::class)
57 - && ($priority = (new Compat\LiteSpeedCache())->getHookPriority()) !== null
58 - ) {
59 - add_action('after_setup_theme', 'phastpress_deploy', $priority + 1);
60 - Compat\Log::add(
61 - 'litespeed-cache',
62 - 'deploying PhastPress via after_setup_theme hook to support LiteSpeed Cache'
63 - );
64 56 } else {
65 57 phastpress_deploy();
66 58 }
67 59 });