40 lines
1.2 KiB
PHP
40 lines
1.2 KiB
PHP
<?php
|
|
/**
|
|
* Plugin Name: Webcraftic Clearfy Cache
|
|
* Plugin URI: https://webcraftic.com
|
|
* Description: Webcraftic Clearfy Cache
|
|
* Author: Webcraftic <wordpress.webraftic@gmail.com>
|
|
* Version: 1.0.3
|
|
* Text Domain: clearfy_cache
|
|
* Domain Path: /languages/
|
|
* Author URI: https://webcraftic.com
|
|
* Framework Version: FACTORY_480_VERSION
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
if( !defined('ABSPATH') ) {
|
|
exit;
|
|
}
|
|
|
|
/**
|
|
* Developers who contributions in the development plugin:
|
|
*
|
|
* Alexander Kovalev
|
|
* ---------------------------------------------------------------------------------
|
|
* Full plugin development.
|
|
*
|
|
* Email: alex.kovalevv@gmail.com
|
|
* Personal card: https://alexkovalevv.github.io
|
|
* Personal repo: https://github.com/alexkovalevv
|
|
* ---------------------------------------------------------------------------------
|
|
*/
|
|
|
|
/**
|
|
* -----------------------------------------------------------------------------
|
|
* CHECK REQUIREMENTS
|
|
* Check compatibility with php and wp version of the user's site. As well as checking
|
|
* compatibility with other plugins from Webcraftic.
|
|
* -----------------------------------------------------------------------------
|
|
*/
|
|
|
|
//todo: Fill the file if need release alone plugin
|