PluginProbe
The WP Remote WordPress Plugin / 6.76
The WP Remote WordPress Plugin v6.76
6.76 6.72 6.69 6.65 6.62 6.48 6.47 4.87 4.97 5.05 5.09 5.16 5.22 5.24 5.25 5.38 5.41 5.42 5.45 5.47 5.53 5.56 5.65 5.68 5.72 All 54 releases
← All changes | protect/fw/rule/functions/request.php +3 -3 6.626.76 View file →
@@ -1,10 +1,10 @@
1 1 <?php
2 2 // phpcs:disable WordPress.Security.EscapeOutput.ExceptionNotEscaped
3 3 if (!defined('ABSPATH') && !defined('MCDATAPATH')) exit;
4 4
5 -if (!trait_exists('WPRProtectFWRuleRequestFunc_V662')) :
6 -trait WPRProtectFWRuleRequestFunc_V662 {
5 +if (!trait_exists('WPRProtectFWRuleRequestFunc_V676')) :
6 +trait WPRProtectFWRuleRequestFunc_V676 {
7 7 private function _rf_getAction() {
8 8 $args = $this->processRuleFunctionParams(
9 9 'getAction',
10 10 func_num_args(),
@@ -494,9 +494,9 @@
494 494
495 495 $user = $this->_rf_getCurrentWPUser();
496 496
497 497 if (!array_key_exists('ID', $user)) {
498 - throw new WPRProtectRuleError_V662(
498 + throw new WPRProtectRuleError_V676(
499 499 $this->addExState("wpUserId: user's id doesn't exist")
500 500 );
501 501 }
502 502