| Server IP : 68.178.247.200 / Your IP : 216.73.217.131 Web Server : Apache System : Linux p3plzcpnl489463.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : x9dppmxs4rgd ( 8559391) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/x9dppmxs4rgd/www/wp-content/plugins/content_timeline/ |
Upload File : |
<?php
/*
Plugin Name: Content timeline
Plugin URI: http://codecanyon.net/item/content-timeline-responsive-wordpress-plugin/3027163
Description: Content timeline is a responsive, jQuery powered, wordpress plugin. It's ideal for showcasing your work. It has independent content, that can be imported from posts, pages or even whole categories. With intuitive user interface you can create multiple timelines categorized by date, or some other custom criteria. It is flexible, customizable and easy to use.
Author: br0
Version: 2.35
Author URI: http://www.shindiristudio.com/
*/
if (!class_exists("contentTimelineAdmin")) {
require_once dirname( __FILE__ ) . '/content_timeline_class.php';
$ctimeline = new ContentTimelineAdmin (__FILE__);
}
?>