plugins/admin/admin_modules/yf_admin_groups.class.php
Method show
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function show()
{
$blocks = main()->get_data('blocks_all');
foreach ((array) $blocks as $_id => $_info) {
if ($_info['type'] == 'admin' && $_info['name'] == 'center_area') {