/home/vianto5/.trash/cititower.mx/wp-content/plugins/sitepress-multilingual-cms/menu
Edit: /home/vianto5/.trash/cititower.mx/wp-content/plugins/sitepress-multilingual-cms/menu/support.php (2877B)
', '' ); ?>
| ' . esc_html__( 'Plugin Name', 'sitepress' ) . ' |
' . esc_html__( 'Status', 'sitepress' ) . ' |
' . esc_html__( 'Active', 'sitepress' ) . ' |
' . esc_html__( 'Version', 'sitepress' ) . ' |
';
foreach ( $wpml_plugins_list as $name => $plugin_data ) {
$plugin_name = $name;
$file = $plugin_data['file'];
$dir = dirname( $file );
echo '';
echo '| ' . esc_html( $plugin_name ) . ' | ';
echo '';
if ( empty( $plugin_data['plugin'] ) ) {
echo esc_html__( 'Not installed', 'sitepress' );
} else {
echo esc_html__( 'Installed', 'sitepress' );
}
echo ' | ';
echo '';
echo isset( $file ) && is_plugin_active( $file ) ? esc_html__( 'Yes', 'sitepress' ) : esc_html__( 'No', 'sitepress' );
echo ' | ';
echo '';
echo isset( $plugin_data['plugin']['Version'] ) ? esc_html( $plugin_data['plugin']['Version'] ) : esc_html__( 'n/a', 'sitepress' );
echo ' | ';
echo '
';
}
echo '
';
?>
', '' ); ?>
', '' ); ?>
create();
echo $support_info_ui->show();
$xml_config_log_factory = new WPML_XML_Config_Log_Factory();
$xml_config_log_ui = $xml_config_log_factory->create_ui();
echo $xml_config_log_ui->show();
do_action( 'wpml_support_page_after' );
do_action( 'otgs_render_installer_support_link' );
?>