Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Post type results ordering – Missing "product" › Reply To: Post type results ordering – Missing "product"
August 24, 2016 at 2:29 am
#9882
I was able to fix it by modifying the file wd_post_type_sortable.class.php line 39 by changing public to “true”.
Can we update this in the next version?
$ptypes = array_merge(array("post", "page"), get_post_types(array(
"public" => true,
"_builtin" => false
), "names"));
-
This reply was modified 6 years, 9 months ago by
creativeround.
-
This reply was modified 6 years, 9 months ago by
creativeround.