$helloMuhaza = 'Hello, Muhaza Nak Letak Something Sini'.' <a href="/">a</a>';
add_action( 'wp_dashboard_setup', 'muhaza_widget_001' );
function muhaza_widget_001() {
wp_add_dashboard_widget(
'muhaza_001_dashboard_widget',/*nama widget*/
'Widget Muhaza 001',/*Screen Option Button*/
'muhaza_widget_001_display'/*function*/
);
}
function muhaza_widget_001_display() {
echo $GLOBALS['helloMuhaza'];
}
//XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
add_action( 'wp_dashboard_setup', 'muhaza_widget_002' );
function muhaza_widget_002() {
wp_add_dashboard_widget(
'muhaza_002_dashboard_widget',/*nama widget*/
'Widget Muhaza 002',/*Screen Option Button*/
'muhaza_widget_002_display'/*function dalam*/
);
}
function muhaza_widget_002_display() {
echo $GLOBALS['helloMuhaza'];
}
All muhaza's note in developing website. Front-end & uiux method. Real life implementation for webdesigner.
Showing posts with label widget. Show all posts
Showing posts with label widget. Show all posts
Sunday, 6 September 2020
Wordpress Dashboard Widget. Multiple
Monday, 30 October 2017
Plugin To Use
All-in-One WP MigrationEasy HTTPS (SSL) RedirectionHide/Unhide Menu for Guest/MemberWP Change Default From EmailWidget Options Extended Widget
Subscribe to:
Posts (Atom)
Submit RSSa
rssing.com
-
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 < div style = "background-color:#D94A38;width:170px;height:80px;ma...
-
//editable cookies enable $( function (){ var liveEdit = document .getElementById( 'live-edit' ); $(liveEdit).blur( f...