Server limits: if you are not sure about server's settings and limits, please activate necessary plugins only.

    plugins as $plugin ){ if( WHITE_LABEL && in_array( $plugin['slug'], ['becustom','mfn-header-builder'] ) ){ continue; } $class = ''; if( ! empty($plugin['deprecated']) ){ $class = 'deprecated'; } echo '
  • '; echo '
    '; echo '
    '; if( ! empty($plugin['premium']) ){ echo ''; } echo ''; echo '

    '. esc_html($plugin['name']) .'

    '; echo '

    '. $plugin['desc'] .'

    '; echo '
    '; echo ''; if( ! empty($plugin['version']) ){ echo 'Version: '. esc_attr($plugin['version']) .''; } echo ''; if( ! empty($plugin['premium']) && ! mfn_is_registered() ){ echo 'Register'; } elseif( 'update' == $plugin['action'] ){ echo 'Update'; } elseif( empty( $plugin['action'] ) ){ echo 'Active'; } elseif( 'activate' == $plugin['action'] ){ echo 'Activate'; } elseif( 'install' == $plugin['action'] ){ echo 'Install'; } echo '
    '; echo '
    '; echo '
    '; echo '
  • '; } ?>