[ad_1]
Hello, I want to create a subpage in the dashboard.
I added it to the file Utils.php = class Utils->default_menus() the informations
array(
'my-subpage' => array(
'title' => __( 'My Subpage', 'tutor' ),
'icon' => 'icon',
)Also, I created the page template file in templates/dashboard/my-subpage.php
But when I enter myapp/dashboard/my-subpage gives error 404
Do I need to do anything else to be able to create a subpage on the dashboard?
