function show_all_settings_link() { add_options_page( 'All Settings', 'All Settings', 'administrator', 'options.php' ); } add_action( ...
確定! 回上一頁