Back to Browse

Wordpress Hooks Tutorial for beginners from scratch #7 Action hook "admin_notices"

1.9K views
Oct 31, 2018
8:05

In this video session we have discussed about #WordpressTutorialsPoint #WordpressLearnersHub #WordpressCustomizations #LearnWordpressStepbyStep #WordpressBySanjay #WordpressHooks #LearnWordpressHooks #WordpressCustomizations #WPHooksBasics Action Hook: 'admin_notices' admin_bar_menu action hook used to give notice messages to admin. We can use 4 different different message layouts for admin. 1. Success: we have to use css class 'notice-success' 2. Error: we have to use css class 'notice-error' 3. Warning: we have to use css class 'notice-warning' 4. Information: we have to use css class 'notice-info' Syntax: add_action('admin_notices','callback_function') Example: function owt_admin_notice() { ?] [div class="notice notice-info is-dismissible"] [p]This is success message of Admin panel[/p] [/div] [?php } add_action("admin_notices", "owt_admin_notice"); SOCIAL : =============== Subscribe : https://www.youtube.com/channel/UCB2flCo-gW6RhpVVXySqcMg FACEBOOK : https://www.facebook.com/onlinewebtutorhub/ TWITTER: https://twitter.com/owthub BLOG: https://onlinewebtutorhub.blogspot.in/ Other Tutorials =============== Wordpress Customizations: --------------------------------- Wordpress Theme (Hindi): https://goo.gl/MZ8maF Wordpress Widget (Hindi): https://goo.gl/Dc2htn Wordpress Plugin (English): https://goo.gl/BA7dYG Wordpress Theme Options (English): https://goo.gl/Vjv3Ub Wordpress JSON Rest API (English): https://goo.gl/SVQRQR Wordpress JSON Rest API (Hindi): https://goo.gl/NNWfKa and many more... Javascript framework: ---------------------------------- Learn backbone.js here! (English) : https://goo.gl/Qd2Pcs Learn Vue JS here ! (Hindi): https://goo.gl/MVtsmh PHP Frameworks: ---------------------------------- Laravel tutorial (Hindi): https://goo.gl/Nh9qJk CakePHP tutorial (Hindi): https://goo.gl/uRsS3G Tags =================== wordpress hooks, wordpress hooks tutorials for beginners, beginner wordpress hooks tutorial, learn wordpress hooks, complete wordpress hooks tutorials for beginners, wordpress hooks from scratch, learn wordpress hooks from scratch, wordpress hooks tutorial, learn wordpress hooks step by step, wordpress hooks tutorials for beginners, wordpress hooks online web tutor, wordpress hooks tutorials step by step, online web tutor, profotech solutions, Thanks Online Web Tutor Keep learning and Sharing :)

Download

1 formats

Video Formats

360pmp412.3 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Wordpress Hooks Tutorial for beginners from scratch #7 Action hook "admin_notices" | NatokHD