WPML forums.','sitepress'); ?>
' . __('Plugin Name', 'sitepress') . ' |
' . __('Status', 'sitepress') . ' |
' . __('Active', 'sitepress') . ' |
' . __('Version', 'sitepress') . ' |
';
foreach ( $wpml_plugins_list as $name => $plugin_data ) {
$plugin_name = $name;
$file = $plugin_data['file'];
$dir = dirname($file);
echo '';
echo '' . $plugin_name . ' | ';
echo '';
if ( empty( $plugin_data['plugin'] ) ) {
echo __( 'Not installed' );
} else {
echo __( 'Installed' );
}
echo ' | ';
echo '';
echo isset( $file ) && is_plugin_active( $file ) ? __( 'Yes', 'sitepress' ) : __( 'No', 'sitepress' );
echo ' | ';
echo '';
echo isset( $plugin_data['plugin']['Version'] ) ? $plugin_data['plugin']['Version'] : __( 'n/a', 'sitepress' );
echo ' | ';
echo '
';
}
echo '
';
?>
troubleshooting page.', 'sitepress'), admin_url('admin.php?page=' . ICL_PLUGIN_FOLDER . '/menu/troubleshooting.php')); ?>
debug information page.', 'sitepress'), admin_url('admin.php?page=' . ICL_PLUGIN_FOLDER . '/menu/debug-information.php')); ?>