/*
Plugin Name: Instant Social Image
Plugin URI: http://premiumimtools.com/Instant-Social-Image-WordPress-Plugin/
Description: Creates social friendly images from text
Version: 1.1.1
Author: PremiumIMTools.com
Author URI: http://premiumimtools.com/Instant-Social-Image-WordPress-Plugin/
Stable tag: 1.1.1
*/
// Define constants
if(!defined('__DIR__')) {
define( 'SPP_ISIM_DIR', plugin_dir_url( __FILE__) );
define( 'SPP_ISIM_PATH', dirname( __FILE__) );
} else {
define( 'SPP_ISIM_DIR', WP_PLUGIN_URL.'/'.basename(__DIR__) );
define( 'SPP_ISIM_PATH', WP_PLUGIN_DIR.'/'.basename(__DIR__) );
}
define( 'SPP_ISIM_WP_DIR', get_bloginfo('wpurl') );
define( 'SPP_ISIM_PLUGIN_NAME', 'Instant Social Image' );
define( 'SPP_ISIM_VERSION', '1.1.1' );
$spp_isim_opts = get_option( 'spp_isim_options' );
register_activation_hook( __FILE__, 'spp_isim_activate' );
function spp_isim_activate() {
$domain = parse_url( get_site_url() );
$siteName = $domain[host];
$spp_isim_options = array(
'defBGimg' => 'lightwood',
'custombg' => '',
'font' => 'Raleway-Bold',
'font_size' => '20',
'position' => '0',
'textColor' => '#000000',
'charbreak' => '25',
'branding' => $siteName,
'wmfont_size' => '10',
'wmtextAlign' => '0',
'wmtextColor' => '#000000'
);
if( !get_option('spp_isim_options') ){
update_option('spp_isim_options', $spp_isim_options );
}
}
include('modules/settings.php');
include('modules/editor.php');
include('modules/scripts.php');
include('modules/class-requirements.php');
include('modules/class-imaging.php');
?>
GotaCase - Web Based Legal Software
Read on if you are an Attorney and desire the full life-cycle of the lawyer client experience.
FEATURES
Access anywhere anytime via our cloud.
-
Get a quick, one-screen view of your active cases, upcoming milestones, recent notes and current to-do items.
-
Build a personal professional networkTM of colleagues, fellow attorneys, experts and specialists.
-
Invite professionals you know to join the GotaCase community and benefit from CasesTracker.
-
Who do you refer your cases to? Make them part of the CasesTracker community!
-
Turn those file folders into electronic documents and data ...
Easy-to-find! Easy-to-share!
-
Build a team of experts to handle your case - attorneys, clerks, paralegals and outside experts!
-
Follow the progress of the case, whether you're working it day-to-day or checking up once a week.
-
Learn something important to your case? Make a note on Cases Tracker, and share that with your whole team.
-
Include important documents, standard forms, photos, drawings and other electronic files in case record.
-
Set up reminders of important dates to track - filing deadlines, upcoming conferences, deposition dates.
-
Combine milestones, meeting schedules and to-do lists into a Case Calendar.
-
Create a complete Case Record that you can share with your client or other colleagues, or keep in your own personal file system.