This file contains hidden or 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: Learning Seat Homepage Slider Custom Post Type | |
Plugin URI: http://www.sennza.com.au | |
Description: Custom Post Type to populate slider on the homepage | |
Version: 1.0 | |
Author: Bronson Quick | |
Author URI: http://www.sennza.com.au | |
License: GPL2 | |
*/ |
This file contains hidden or 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: GeoRSS ACF Extension | |
Author: Anthony Cole | |
Author URI: http://anthonycole.me/ | |
Description: Extends ACF Locations extension to allow plotting multiple locations on a map with GeoRSS | |
Version: 0.5 | |
*/ | |
class GeoRSS_Map { |