favorite_actions

函式
favorite_actions ( No parameters )
相關
  • WP_Admin_Bar
定義位置
相關方法
doing_actiondo_actiondid_actionhas_actionadd_action
引入
2.7.0
棄用
3.2.0

favorite_actions。這個過濾器用於修改使用者在WordPress管理欄中可以收藏的動作。

最喜歡的動作在3.2版本中被棄用了。請使用管理欄來代替。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function favorite_actions() {
_deprecated_function( __FUNCTION__, '3.2.0', 'WP_Admin_Bar' );
}
function favorite_actions() { _deprecated_function( __FUNCTION__, '3.2.0', 'WP_Admin_Bar' ); }
function favorite_actions() {
	_deprecated_function( __FUNCTION__, '3.2.0', 'WP_Admin_Bar' );
}

常見問題

FAQs
檢視更多 >