PluginProbe
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards / 5.5.85
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards v5.5.85
5.5.85 5.5.84 5.5.83 5.5.82 5.5.81 5.5.80 5.5.79 5.5.77 5.5.76 5.5.75 5.5.73 5.5.72 5.5.22 5.5.23 5.5.29 5.5.3 5.5.31 5.5.32 5.5.34 5.5.35 5.5.36 5.5.37 5.5.4 5.5.40 5.5.41 All 161 releases
← All changes | vendor/freemius/includes/fs-core-functions.php +1 -1 5.5.76 → 5.5.85 View file →
@@ -297,11 +297,11 @@
297 297 if ( ! empty( $_REQUEST[ $action_key ] ) && is_string( $_REQUEST[ $action_key ] ) ) {
298 298 return strtolower( $_REQUEST[ $action_key ] );
299 299 }
300 300 }
301 + // phpcs:enable WordPress.Security.NonceVerification.Recommended
301 302
302 303 return false;
303 - // phpcs:enable WordPress.Security.NonceVerification.Recommended
304 304 }
305 305 }
306 306
307 307 if ( ! function_exists( 'fs_request_is_action' ) ) {