Add Toolbar Menus function custom_toolbar() { global $wp_admin_bar; } add_action( 'wp_before_admin_bar_render', 'custom_toolbar', 999 ); ...
確定! 回上一頁