Looking for help?
< All Topics
Print

Turnoff restful , use ajax instead

since version 8.0, restful turn on by default. If you use some addon require ajax , you can swap pos back to ajax by add this snippet code . after done, refresh browser page to get effect.

add_filter('pos_enable_rest_ful',function(){
	return false;
});
Table of Contents