Files
full-screen-morphing-search/full-screen-morphing-search.php
T
2018-11-22 20:05:59 +02:00

36 lines
1.3 KiB
PHP

<?php
/**
* Plugin Name: Full Screen Morphing Search
* Plugin URI: http://tympanus.net/codrops/2014/11/04/simple-morphing-search/
* Version: 2.0
* Author: LebCit
* Author URI: https://lebcit.tk/
* Text Domain: full-screen-morphing-search
* Domain Path: /languages
* License: GPL2
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Description: Effect for any WordPress search input that morphs into a fullscreen overlay.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2 or, at
* your discretion, any later version, as published by the Free
* Software Foundation.
*
* 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
*
* @package WordPress
*/
/**
* Required files for this plugin.
*/
require_once dirname( __FILE__ ) . '/class-full-screen-morphing-search.php';
require_once dirname( __FILE__ ) . '/functions-full-screen-morphing-search.php';