PluginProbe
Ultimate Post Kit – Elementor Post Grid, Post Carousel, Post Slider & Blog Layout Widgets / trunk
Ultimate Post Kit – Elementor Post Grid, Post Carousel, Post Slider & Blog Layout Widgets vtrunk
4.5.4 4.2.1 4.2.2 4.2.3 4.5.0 4.5.2 4.5.3 4.2.0 4.1.18 4.1.17 4.1.16 4.1.15 4.1.14 4.1.13 4.1.12 4.1.11 4.1.10 4.1.9 4.1.8 4.0.9 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 All 146 releases
← All changes | includes/modules-manager.php +1 -0 4.1.2trunk View file →
@@ -95,8 +95,9 @@
95 95
96 96 public function load_module_instance($module)
97 97 {
98 98
99 + // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- read-only check of the current admin page slug for module-loading routing, no form data processed.
99 100 if(isset($_GET['page']) && 'ultimate_post_kit_options' == $_GET['page']){
100 101 return;
101 102 }
102 103