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
Jesse 2010年08月26日 23:15 链接 |
http://wordpress.org/support/topic/p2-theme-causing-very-high-admin-ajaxphp-usage
Jesse 2010年08月26日 23:19 链接 |
最新版 p2 functions.php 无此两行代码。