• Resolved francistan77

    (@francistan77)


    Hi is there anyway I could remove the “export” button with progress bar, its not properly working compared to w/o.

    so I just want the “Export [w/o progressbar]” to remain

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author algol.plus

    (@algolplus)

    Hi

    As temporary solution,
    You can edit file /views/settings-form.php

    I’ll add new hook/filter in next version.

    Thanks,Alex

    Thread Starter francistan77

    (@francistan77)

    Thank you Alex

    Plugin Author algol.plus

    (@algolplus)

    New filter was added in version 1.5.2.

    add_filter("woe_render_params_settings-form", function($params) {
    $params['show']['export_button'] = false;
    return $params;
    });
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove the export button’ is closed to new replies.