mirror of
https://github.com/10h30/full-screen-morphing-search.git
synced 2026-07-11 18:46:04 +09:00
Plugin rewritten from ground up
Version 2.0
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<?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';
|
||||
Reference in New Issue
Block a user