Admin_Bar
Class to load all custom links to the Admin Bar.
Namespace: WebberZone\Top_Ten\Pro\Admin
Since: 4.0.0
Source: includes/admin/class-admin-bar.php line 23
Methods
__construct()
Constructor.
Line: 28
public function __construct( );
add_admin_bar_menu()
Add custom links to the Admin Bar.
Line: 38
public function add_admin_bar_menu( $wp_admin_bar );
| Type | Name | Description |
|---|---|---|
\WP_Admin_Bar | $wp_admin_bar | WP_Admin_Bar instance. |
handle_clear_cache()
Handle clearing the cache.
Since: 4.0.0
Line: 152
public function handle_clear_cache( );