In this short blog post, we’ll show you a PHP function to insert a custom menu toolbar link in the WordPress Admin Dashboard
PHP function to insert a custom or personalised widget in WordPress Admin Dashboard
/*--------------------------------------------------------------
INSERT LINK TO THE WP TOOLBAR
--------------------------------------------------------------*/
function btwp_insert_custom_toolbar_link($wp_admin_bar) {
'href' => 'https://github.com/theandersonn',
$wp_admin_bar->add_node($args);
add_action('admin_bar_menu', 'btwp_insert_custom_toolbar_link', 999);
<?php
/*--------------------------------------------------------------
INSERT LINK TO THE WP TOOLBAR
--------------------------------------------------------------*/
function btwp_insert_custom_toolbar_link($wp_admin_bar) {
$args = array(
'id' => 'andersonn',
'title' => 'Andersonn',
'href' => 'https://github.com/theandersonn',
'meta' => array(
'class' => 'andersonn',
'title' => 'Andersonn'
)
);
$wp_admin_bar->add_node($args);
}
add_action('admin_bar_menu', 'btwp_insert_custom_toolbar_link', 999);
<?php
/*--------------------------------------------------------------
INSERT LINK TO THE WP TOOLBAR
--------------------------------------------------------------*/
function btwp_insert_custom_toolbar_link($wp_admin_bar) {
$args = array(
'id' => 'andersonn',
'title' => 'Andersonn',
'href' => 'https://github.com/theandersonn',
'meta' => array(
'class' => 'andersonn',
'title' => 'Andersonn'
)
);
$wp_admin_bar->add_node($args);
}
add_action('admin_bar_menu', 'btwp_insert_custom_toolbar_link', 999);
Tags: wp, wordpress, dashboard, php, add_action, admin_bar_menu, custom_toolbar_link
RELATED WEBSITES AND SERVICES
These are paid advertisements or products and services ran by ourselves
Privacy preserving, cookieless website visitor tracking for your website completely free. unrive.io
Choose from over 100 quick & easy to use SEO, webmaster and developer tools. seoyex.com
Lorum Ipsum Generator, List Randomiser Tool, List Alphabetizer Tools, Case Converter Tools. seoyex.com
CSS Minifier, JS Minifier, HTML Formatter, CSS Formatter, JS Obfuscator Tools. unrivewebtools.com