Remove comment in for statement

[ad_1]

Hi

In “includes/_toolbar_ui/ui__settings_panel.php” on line 1621 you’ve got some array elements commented-out of your foreach() statement:

foreach ( array("all","new","pending","approved"/*,"booking_today"*/ /*,"was_made_today"*/) as $card_name ) {
...
}

This is a common obfuscation technique used by PHP malware, so your file is causing a false positive (for malware) on our hosting platform.

Request: Could you please remove the comments from the foreach() statement, either by assigning the array to a variable just before foreach(), or by removing the comment array elements completely?

Thanks

Paul

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer