Beispiel #1
0
/**
 * Displays relevant HTML content for plugin.
 */
function wpml2mlp_show_import()
{
    if (Wpml2mlp_Prerequisites::is_mlp_plugin_active()) {
        Wpml2mlp_Importer::display();
    }
    Wpml_Xliff_Export::display();
}