Users can’t close the notice
-
Users can’t close the notice unless they’re logged in.
Had to change:
add_action(‘wp_ajax_mark_notice_as_read’, ‘pippin_notice_mark_as_read’);to:
add_action(‘wp_ajax_nopriv_mark_notice_as_read’, ‘pippin_notice_mark_as_read’);The page I need help with: [log in to see the link]
- The topic ‘Users can’t close the notice’ is closed to new replies.