Releases: varunsridharan/wp-ajaxer
Releases · varunsridharan/wp-ajaxer
1.8.2
1.8.1
Minor Bug Fixed
1.8
- Changed some methods from normal to final.
- Made some methods public
has_post
has_get
has_request
validate_request
1.7
New Methods
json_error($data,$status_code)
-> Triggerswp_send_json_error
json_success($data,$status_code)
-> Triggerswp_send_json_success
validate_post($key,$error)
-> Checks if given key is exits in $_POST if not send an errorvalidate_get($key,$error)
-> Checks if given key is exits in $_GET if not send an error
1.6
updated php classes with `(!class_exists)`
1.5
Updated
1.4
- Added Single Ajax Request Option.
1.3
Issue With Autoloader Fixed.