.
---------------------------------------------------------------------
*/
/*
Version 1.0 First Release.
*/
if(!function_exists('get_option'))
require_once('../../../wp-config.php');
// Define path locations for page loader directory and file
define('PLUGIN_AJAXPAGELOADER_PATH', '/wp-content/plugins/ajax-page-loader/');
// Set Hook for outputting JavaScript
add_action('wp_head','ajax_page_loader_js');
function ajax_page_loader_js() {?>