Support » Plugin: Post Type Convertr » [Plugin: Post Type Convertr] Allow non-admin to user converter

Viewing 1 replies (of 1 total)
  • Plugin Author Sanam Maharjan

    (@kcssm)

    Hello trebilj
    Replace the code on line 26 i.e.
    $css = add_management_page('Post Type Convertr', 'Post Type Convertr', 'manage_options', dirname(__FILE__), 'bulk_post_type_convertr_options');

    with

    $css = add_management_page('Post Type Convertr', 'Post Type Convertr', 'edit_pages', dirname(__FILE__), 'bulk_post_type_convertr_options');

    This will allow the editor level to use this plugin. Hope that helps!

    Thanks!
    Sanam

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Post Type Convertr] Allow non-admin to user converter’ is closed to new replies.