{"id":41734,"date":"2014-08-25T02:12:57","date_gmt":"2014-08-25T02:12:57","guid":{"rendered":"https:\/\/br.wordpress.org\/support\/topic\/como-fazer-um-admin-menu-carregar-uma-pagina-testephp\/"},"modified":"2016-08-06T01:31:02","modified_gmt":"2016-08-06T01:31:02","slug":"como-fazer-um-admin-menu-carregar-uma-pagina-testephp","status":"closed","type":"topic","link":"https:\/\/br.wordpress.org\/support\/topic\/como-fazer-um-admin-menu-carregar-uma-pagina-testephp\/","title":{"rendered":"Como fazer um &quot;admin menu&quot; carregar uma p\u00e1gina &quot;teste.php&quot;?"},"content":{"rendered":"<p>Pretendo fazer um menu no &#8220;dashboard&#8221; que mostrar\u00e1 uma outra p\u00e1gina. Estou usando como base o c\u00f3digo abaixo:<\/p>\n<pre><code>add_action( &#039;admin_menu&#039;, &#039;register_my_custom_menu_page&#039; );\n\nfunction register_my_custom_menu_page(){\n    add_menu_page( &#039;custom menu title&#039;, &#039;custom menu&#039;, &#039;manage_options&#039;, &#039;custompage&#039;, &#039;my_custom_menu_page&#039;, plugins_url( &#039;myplugin\/images\/icon.png&#039; ), 6 );\n}\n\nfunction my_custom_menu_page(){\n    echo &quot;Admin Page Test&quot;;\n}<\/code><\/pre>\n<p><strong>Pergunta:<\/strong> Tendo como refer\u00eancia o c\u00f3digo acima, como fa\u00e7o para a fun\u00e7\u00e3o &#8220;my_custom_menu_page&#8221; chamar um p\u00e1gina( ex: &#8220;teste.php&#8221; )? N\u00e3o desejo chamar a p\u00e1gina direto nos argumentos do &#8220;add_menu_page&#8221;, quero chamar a p\u00e1gina incluindo um c\u00f3digo para substituir ( echo &#8220;Admin Page Test&#8221;; ).<\/p>\n","protected":false},"template":"","class_list":["post-41734","topic","type-topic","status-closed","hentry","topic-tag-add_menu_page","topic-tag-add_submenu_page","topic-tag-admin","topic-tag-menu","topic-tag-resolvido"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/br.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/41734","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/br.wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/br.wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/br.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/41734\/revisions"}],"wp:attachment":[{"href":"https:\/\/br.wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=41734"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}