开发者

Wordpress plugins - how to change page title?

开发者 https://www.devze.com 2023-01-16 21:49 出处:网络
Does 开发者_开发百科anyone know of a way to change the page title in a Wordpress plugin? I\'ve looked for hooks and functions to do it but have turned up empty.Read this page

Does 开发者_开发百科anyone know of a way to change the page title in a Wordpress plugin? I've looked for hooks and functions to do it but have turned up empty.


Read this page

http://codex.wordpress.org/Adding_Administration_Menus

the title is one of the arguments to the add_menu_page

add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function, $icon_url, $position );
add_submenu_page( $parent_slug, $page_title, $menu_title, $capability, $menu_slug, $function);
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号