# wp-insert/1.3.0/wp-insert.php

Wp-Insert, version 1.3.0. 36 lines.

- Page: https://pluginprobe.com/plugins/wp-insert/1.3.0/code/wp-insert.php
- Raw: https://pluginprobe.com/plugins/wp-insert/1.3.0/raw/wp-insert.php
- Modified: 2009-09-06T14:20:28+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-insert/1.3.0/code/wp-insert.php#L10-L20`.

```php
<?php
/*
Plugin Name: wp-insert
Plugin URI: http://www.smartlogix.co.in/
Description: The ultimate wordpress plugin
Version: 1.3.0
Author: Namith Jawahar
Author URI: http://www.smartlogix.co.in/
WP-INSERT by SMARTLOGIX : The ultimate wordpress plugin
*/

/*  Copyright 2009  NAMITH JAWAHAR  (website : http://www.smartlogix.co.in)

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/
require_once (dirname(__FILE__) . '/includes/essentials.php');

require_once (dirname(__FILE__) . '/support/support.php');
require_once (dirname(__FILE__) . '/feeds/insert-feeds.php');
require_once (dirname(__FILE__) . '/tracking/insert-analytics.php');
require_once (dirname(__FILE__) . '/wysiwyg/insert-wysiwyg.php');
require_once (dirname(__FILE__) . '/highlighter/syntax.php');
?>

```
