Skip to content

Instantly share code, notes, and snippets.

View danboh's full-sized avatar

Daniel danboh

  • New York. NY
View GitHub Profile
<?php
/*
Plugin Name: TREB RETS Feed Plugin
Plugin URI: http://www.moeloubani.com/treb-plugin
Description: A plugin made to create a shortcode that pulls in a feed from TREB, now uses PHRETS 2.
Version: 0.4
Author: moeloubani
Author URI: http://www.moeloubani.com
License: GPL
*/
<?php
namespace wptrebrets\inc;
class Save {
protected $post;
protected $photos;
protected $mls;
protected $upload_dir;