This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace wptrebrets\inc; | |
class Save { | |
protected $post; | |
protected $photos; | |
protected $mls; | |
protected $upload_dir; |