Viewing 1 replies (of 1 total)
  • Plugin Author weDevs

    (@wedevs)

    Hello,

    It happens when the plugin menu position got overridden with another plugin. Please open project manager plugin folder/cpm.php file. In this file you will get this line- $hook = add_menu_page( __( 'Project Manager', 'cpm' ), __( 'Project Manager', 'cpm' ), $capability, 'cpm_projects', array($this, 'admin_page_handler'), 'dashicons-networking', 3 ); . You have to change the position number 15 or 17 instead of 3.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Project Manager not showing’ is closed to new replies.