Create WP tutorial for users with admin pointer using next button for navigation
You are calling .pointer( ‘open’ ); javascript function on all the pointers objects, so is not a surprise that all pointers appear on same time… That said, I don’t understand why do you returns all pointers (even non-active ones) from custom_admin_pointers() and then add an additional function to check if there are some active pointers … Read more