Skip to content

Commit

Permalink
Removed another unused function give_is_ajax_enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
devin committed Apr 16, 2015
1 parent 2e9e619 commit a707d1d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions includes/ajax-functions.php
Expand Up @@ -16,20 +16,6 @@
exit;
}

/**
* Checks whether AJAX is enabled.
*
* This will be deprecated soon in favor of give_is_ajax_disabled()
*
* @since 1.0
* @return bool
*/
function give_is_ajax_enabled() {
$retval = ! give_is_ajax_disabled();

return apply_filters( 'give_is_ajax_enabled', $retval );
}

/**
* Check if AJAX works as expected
*
Expand Down

0 comments on commit a707d1d

Please sign in to comment.