PluginProbe
Wp-Insert / 1.5.0
Wp-Insert v1.5.0
trunk 1.0 1.1 1.2 1.2.1 1.2.2 1.3.0 1.3.1 1.3.3 1.4 1.5.0 1.5.1 1.5.2 1.5.3 1.6.0 1.6.1 1.6.2 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 2.0 All 63 releases
wp-insert / wp-insert.php

wp-insert.php in Wp-Insert 1.5.0, at wp-insert.php

36 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /*
3 Plugin Name: wp-insert
4 Plugin URI: http://www.wp-insert.smartlogix.co.in/
5 Description: The ultimate wordpress plugin
6 Version: 1.5.0
7 Author: Namith Jawahar
8 Author URI: http://www.smartlogix.co.in/
9 WP-INSERT by SMARTLOGIX : The ultimate wordpress plugin
10 */
11
12 /* Copyright 2009 NAMITH JAWAHAR (website : http://www.smartlogix.co.in)
13
14 This program is free software; you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by
16 the Free Software Foundation; either version 2 of the License, or
17 (at your option) any later version.
18
19 This program is distributed in the hope that it will be useful,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 GNU General Public License for more details.
23
24 You should have received a copy of the GNU General Public License
25 along with this program; if not, write to the Free Software
26 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
27 */
28 require_once (dirname(__FILE__) . '/includes/essentials.php');
29
30 require_once (dirname(__FILE__) . '/support/support.php');
31 require_once (dirname(__FILE__) . '/feeds/insert-feeds.php');
32 require_once (dirname(__FILE__) . '/tracking/insert-analytics.php');
33 require_once (dirname(__FILE__) . '/wysiwyg/insert-wysiwyg.php');
34 require_once (dirname(__FILE__) . '/highlighter/syntax.php');
35 ?>
36