helgatheviking / Nav-Menu-Roles

Display / Hide wp_nav_menu() items by role
65 stars 32 forks source link

WP 4.2 approach to dismissable notices #13

Closed helgatheviking closed 8 years ago

helgatheviking commented 8 years ago

Use .is-dismissible with JS callback

$(‘.notice.is-dismissible’).on(‘click’, ‘.notice-dismiss’, function(event){});

see: https://make.wordpress.org/core/2015/04/23/spinners-and-dismissible-admin-notices-in-4-2/

Not sure I like this approach, especially if it means another change down the line

helgatheviking commented 8 years ago

closed by 1.7.8