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

    (@wedevs)

    Yes, you can easily change the menu name to your own text. Please open wp-content/plugins/project-manager/cpm.php file. You will get this line in this file (line-355)- $hook = add_menu_page( __( 'Project Manager', 'cpm' ), __( 'Project Manager', 'cpm' ), $capability, 'cpm_projects', array($this, 'admin_page_handler'), 'dashicons-networking', 3 );

    Just change the label Project Manager to your own text.

    Please open project manager/class/project.php file. In this file you will get this function- function register_post_type(). You can change the label from here.

    Thanks.

    Thread Starter naveen guleria

    (@naveen-guleria)

    Thanks for Reply ??
    Above solution working, but i want to change Project to ‘My text’ through my theme or child theme functions in both admin and front-end, so whenever there is any update in Plugin my code doesn’t change.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can i rename menus in dashboard’ is closed to new replies.