| 两侧同时换到之前的修订记录 前一修订版 | |||
|
wordpress:remove-wp-logo [2018/01/19 08:47] admin |
wordpress:remove-wp-logo [2018/01/19 09:25] (当前版本) admin |
||
|---|---|---|---|
| 行 13: | 行 13: | ||
| add_action('wp_before_admin_bar_render', 'annointed_admin_bar_remove', 0); | add_action('wp_before_admin_bar_render', 'annointed_admin_bar_remove', 0); | ||
| </code> | </code> | ||
| + | |||
| + | |||
| + | ===== 参考 ===== | ||
| + | * http://wp-snippets.com/remove-wordpress-logo-admin-bar/ | ||