I encountered line of code below:
add_action( 'posts_selection', 'cipnl_check_post' );
and wondering when does posts_selection happen? I already did some research and did not find any useful information telling about it. hope someone can help me on this. Thanks!