David Perez
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin Check (PCP)] Badly Named FilesWait till version 1.3.0.
Forum: Plugins
In reply to: [FormsCRM] No settings, unable to create feedsOk, let me check. I’ll write you back.
Forum: Plugins
In reply to: [FormsCRM] No settings, unable to create feedsSome context or log would be appretiated…
Forum: Plugins
In reply to: [FormsCRM] No settings, unable to create feedsHello!
Which version of MailerLite are you using? Classic or New one?
Forum: Plugins
In reply to: [Plugin Check (PCP)] Translation plugin nameI understand clearly this issue. This bug was flagged also by Rod-Gomez in GitHub:
https://github.com/WordPress/plugin-check/issues/764
And it’s solved and planned to be launched very soon in version 1.3.0
Forum: Reviews
In reply to: [Plugin Check (PCP)] How To Add Custom Rules To xml File?Hello,
That’s a territory for Addon.
Here you have an example of starting Addon:
https://github.com/WordPress/plugin-check/blob/bdd11e06aab2665e19afdb1d98a58697fbbd8181/tests/behat/testdata/pcp-addon/pcp-addon.php#L4Forum: Plugins
In reply to: [Plugin Check (PCP)] OutputNotEscapedYes, we do consider that we have to escape everything even if we have trusted sources. We use warnings if we find that sometimes could give false positives. But it’s not the case.
Forum: Plugins
In reply to: [Plugin Check (PCP)] OutputNotEscapedHello,
But actually we do care about that DB, so in order to have secure code, you have to change the lines to:
123 … <?php echo esc_html( CONFIG_BLOKT_MAINCAT_H2 ); ?>
124 … <?php echo esc_html( CONFIG_BLOKT_MAINCAT_H2_MESSAGE ); ?>
125 … <?php if(isset($currentodp2DyMainCatH2)) {echo esc_html( $currentodp2DyMainCatH2 );}?>
If you have HTML inside that variables, you could use wp_kses_post.
Regards.
Forum: Plugins
In reply to: [Plugin Check (PCP)] OutputNotEscapedHello,
Show the full code of the line, so we can help you to diagnose. Be aware that could be false positives in the review.
Forum: Reviews
In reply to: [Plugin Check (PCP)] There is no reason to use this plugin.Yes, we do live before without this plugin, but now it makes easier the issues related to security and best practices while you’re developing. You can develop and make checks every time to solve all of them. You’re plugin will be more secure.
Forum: Plugins
In reply to: [Plugin Check (PCP)] Getting error : badly_named_filesHello,
That problem is because your root folder has an space. It will be solved in next version. You can have more information here:
Forum: Plugins
In reply to: [Plugin Check (PCP)] Wordfence false positive?Hello,
This is the support forum for Plugin Check Plugin, not Wordfence. I suggest you to ask them in their support.
I close this topic as is not related.
Regards.
Forum: Plugins
In reply to: [Plugin Check (PCP)] _load_textdomain_just_in_time was called incorrectlyOk! Nice to hear that you’ve solved! ??
Forum: Plugins
In reply to: [Plugin Check (PCP)] Translation plugin nameHello, if it’s exactly the same, there is no problem. Share the code to give more context.
Forum: Plugins
In reply to: [Plugin Check (PCP)] Translation plugin nameHello,
Yes it can be translated, but this check is telling you that it has to be the same name in readme and plugin header. So put the same, and then translate it in translate.www.remarpro.com.