Are you sure there is no “anti-cache” procedure for the Add Listing page? Because I deactivated DONOTCACHEPAGE from “core-functions.php“, and that doesn’t change anything, the Add Listing page is definitely not in caching on the site (the only page not cached!)
//geodir_maybe_define( 'DONOTCACHEPAGE', true );
Even stranger, I even disabled the full “geodir_nocache_headers” function from “class-geodir-template-loader.php“:
} elseif(geodir_is_page( 'add-listing' )){
// the add listing page should never be cached
//geodir_nocache_headers();
I promise you that this is the last question on this subject because I am aware that you are not dealing with specific user customizations. I would just like to know if there are not other functions which prevent the caching of the Add Listing page.
This is to be sure that I must do research outside of GeoDirectory.
Thanks.