Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nurul Umbhiya

    (@zikubd)

    To Delete Semesters, You’ve to edit source code now.. By using any ftp client, open wp-content/plugins/easy-student-results/RPS/Admin/Init/Taxonomi.php
    Comment out line number 82 ie:
    change
    add_action( ‘delete_term_taxonomy’, array( $this, ‘prevent_delete_taxonomy’) );
    with:
    //add_action( ‘delete_term_taxonomy’, array( $this, ‘prevent_delete_taxonomy’) );

    Now for deleting Department, delete {your wordpress installation table prefix}rps_departments table from phpmyadmin

    *I’ll add delete feature on next plugin updates.

    Thanks for using Easy Student Results plugin.

    Thread Starter waledemzel

    (@waledemzel)

    Thank you so much

    Plugin Author Nurul Umbhiya

    (@zikubd)

    You are welcome 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delete and reinstalling’ is closed to new replies.