Current File : /home/pacjaorg/public_html/wp-content/plugins/flickr-stream/class/fsAdminGen.class.php
<?php

class fsAdminGen
{

	private static $_options;

	public static function initialize(&$options)
	{
		
		self::$_options = $options;
		
	}

	public static function deleteShortcodes($shortcodes)
	{

		foreach($shortcodes as $id){

			if(!delete_option('flickrstream_short_' . $id))
				return false;

		}

		return true;

	}

}

?>
Site is undergoing maintenance

PACJA Events

Maintenance mode is on

Site will be available soon. Thank you for your patience!