p2 theme 取消 admin_ajax 实时刷新显示功能: go to y…

p2 theme 取消 admin_ajax 实时刷新显示功能:
go to your functions.php file and delete these two lines:
add_action( ‘wp_ajax_prologue_latest_posts’, ‘prologue_latest_posts’ ); // Load new posts
add_action( ‘wp_ajax_prologue_latest_comments’, ‘prologue_latest_comments’ ); //check for new comments and loads comments into widget