*/ add_action( 'admin_menu', 'my_menu' ); /** Step 1. */ function my_menu() { add_options_page( //this code Add submenu page to the Settings main menu 'My ...
確定! 回上一頁