Support » Plugin: Event List » Can't delete category

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mibuthu

    (@mibuthu)

    This is a bug in the actual version.
    You can fix it by changing link 124 in /***/***/***/wp-content/plugins/event-list/admin/admin.php from:
    if( $this->categories->remove_category( $slug_array ) ) {
    to
    if( $this->categories->remove_categories( $slug_array ) ) {
    A fixed version will be released soon.

    Plugin Author mibuthu

    (@mibuthu)

    This bug is fixed in the new version 0.4.1.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't delete category’ is closed to new replies.