jdbosley
Forum Replies Created
-
We’ve removed your plugin from the effected client sites and are getting nice clean scans now. Thanks for your input on the matter.
Regards,
Wow, if you think I am trying to collect a bounty here you are way off the mark. Your disregard for the security of your own code and feedback from your customers does lead me to believe we should stop using WordFence as our SOP at our agency though.
Regards,
Jonathan Bosley – Director of Technology at Imaginuity
Forum: Plugins
In reply to: [WP REST Yoast Meta] permission_callbackThanks, @rockfire! I probably should have started a new thread, my bad.
Forum: Plugins
In reply to: [WP REST Yoast Meta] permission_callbackThanks! Additionally, I’ve started seeing another PHP notice as well. Not wanting to muddy the waters on this topic, I can create a new one if you’d prefer.
PHP Deprecated: wpseo_frontend_head_init is <strong>deprecated</strong> since version WPSEO 14.0 with no alternative available.Forum: Plugins
In reply to: [WP Customer Reviews] Need it to work at the Editor User Role LevelNo problem.
Forum: Plugins
In reply to: [WP Customer Reviews] Need it to work at the Editor User Role LevelI am not the plugin author but I just solved this issue myself. If you know a little PHP open up the wp-customer-reviews.php file in the plugin folder.
On line 109 change the permissions level of the
add_options_page()function from “manage_options” to something an editor has permissions for like “edit_pages”.Hope this helps.