2013-06-07, 04:37:28
edit
admin/inc/template_functions.php
find
and change it to
This will disable all api checking.
admin/inc/template_functions.php
find
PHP Code:
function get_api_details($type='core', $args=null) {
PHP Code:
function get_api_details($type='core', $args=null) { return;
This will disable all api checking.