Plugin vs RecMan API
What are the benefit of using this plugin vs creating your own integration with the RecMan API?
Automatic Caching
Translations
Automatic mapping of data.
Faster and cleaner code - Less verbosity
<h1><?php if( ! empty( $job['name'] ) { echo $job['name']; } ?></h1><h1><?php the_jobpost('name'); ?></h1>SEO Friendly
Creating filters is easy
Keep your site updated
Backwards compatible
Cleaner HTML version of the body (job post description)
Additional helper data added
Last updated