Clever Fox - Version 3.0

Version Description

  • Admin Notice Removed
Download this release

Release Info

Developer nayrathemes
Plugin Icon 128x128 Clever Fox
Version 3.0
Comparing to
See all releases

Code changes from version 2.9 to 3.0

Files changed (2) hide show
  1. clever-fox.php +2 -16
  2. readme.txt +3 -0
clever-fox.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Clever Fox
4
  Plugin URI:
5
  Description: The Clever Fox plugin adds sections functionality to the Startkit theme and Others Nayra's Themes. This plugin for only startkit themes. Clever Fox is a plugin build to enhance the functionality of WordPress Theme made by Nayra Themes.
6
- Version: 2.9
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
@@ -79,18 +79,4 @@ function activate_cleverfox() {
79
  require_once plugin_dir_path( __FILE__ ) . 'inc/cleverfox-activator.php';
80
  Cleverfox_Activator::activate();
81
  }
82
- register_activation_hook( __FILE__, 'activate_cleverfox' );
83
-
84
- function cleverfox_admin_notice() {
85
- ?>
86
- <div class="notice notice-info is-dismissible">
87
- <p>
88
- <?php
89
-
90
- echo sprintf(__('The Clever Fox plugin adds sections functionality to the <a href="theme-install.php?search=startkit">Startkit theme</a> and Others <a href="theme-install.php?search=nayrathemes">Nayra"s Themes</a>', 'clever-fox'));
91
- ?>
92
- </p>
93
- </div>
94
- <?php
95
- }
96
- add_action( 'admin_notices', 'cleverfox_admin_notice' );
3
  Plugin Name: Clever Fox
4
  Plugin URI:
5
  Description: The Clever Fox plugin adds sections functionality to the Startkit theme and Others Nayra's Themes. This plugin for only startkit themes. Clever Fox is a plugin build to enhance the functionality of WordPress Theme made by Nayra Themes.
6
+ Version: 3.0
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
79
  require_once plugin_dir_path( __FILE__ ) . 'inc/cleverfox-activator.php';
80
  Cleverfox_Activator::activate();
81
  }
82
+ register_activation_hook( __FILE__, 'activate_cleverfox' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -44,6 +44,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
44
 
45
  == Changelog ==
46
 
 
 
 
47
  = 2.9 =
48
  * StartKit Theme Functionality Improved
49
 
44
 
45
  == Changelog ==
46
 
47
+ = 3.0 =
48
+ * Admin Notice Removed
49
+
50
  = 2.9 =
51
  * StartKit Theme Functionality Improved
52