PluginProbe
Elementor Website Builder – more than just a page builder / 3.32.0-dev3
Elementor Website Builder – more than just a page builder v3.32.0-dev3
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | core/common/modules/finder/module.php +0 -2 4.1.13.32.0-dev3 View file →
@@ -82,10 +82,8 @@
82 82 *
83 83 * @param array $data
84 84 *
85 85 * @return array
86 - *
87 - * @throws \Exception If finder category registration fails or validation errors occur.
88 86 */
89 87 public function ajax_get_category_items( array $data ) {
90 88 if ( ! current_user_can( 'manage_options' ) ) {
91 89 throw new \Exception( 'Access denied.' );