-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e15051
commit 878b71e
Showing
21 changed files
with
361 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* Fired during plugin activation | ||
* | ||
* @link https://github.com/leodudedev/Simple-Limited-Access | ||
* @since 1.0.0 | ||
* @since 1.0.1 | ||
* | ||
* @package Simple_Limited_Access | ||
* @subpackage Simple_Limited_Access/includes | ||
|
@@ -15,7 +15,7 @@ | |
* | ||
* This class defines all code necessary to run during the plugin's activation. | ||
* | ||
* @since 1.0.0 | ||
* @since 1.0.1 | ||
* @package Simple_Limited_Access | ||
* @subpackage Simple_Limited_Access/includes | ||
* @author Leonardo Pinori <[email protected]> | ||
|
@@ -24,11 +24,9 @@ class Simple_Limited_Access_Activator | |
{ | ||
|
||
/** | ||
* Short Description. (use period) | ||
* With "Simple Limited Access" you can limit access to specific pages or post_type by forcing the user to enter a username and password that you can define in the configuration screen. | ||
* | ||
* Long Description. | ||
* | ||
* @since 1.0.0 | ||
* @since 1.0.1 | ||
*/ | ||
public static function activate() | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* Fired during plugin deactivation | ||
* | ||
* @link https://github.com/leodudedev/Simple-Limited-Access | ||
* @since 1.0.0 | ||
* @since 1.0.1 | ||
* | ||
* @package Simple_Limited_Access | ||
* @subpackage Simple_Limited_Access/includes | ||
|
@@ -15,7 +15,7 @@ | |
* | ||
* This class defines all code necessary to run during the plugin's deactivation. | ||
* | ||
* @since 1.0.0 | ||
* @since 1.0.1 | ||
* @package Simple_Limited_Access | ||
* @subpackage Simple_Limited_Access/includes | ||
* @author Leonardo Pinori <[email protected]> | ||
|
@@ -24,11 +24,10 @@ class Simple_Limited_Access_Deactivator | |
{ | ||
|
||
/** | ||
* Short Description. (use period) | ||
* | ||
* Long Description. | ||
* With "Simple Limited Access" you can limit access to specific pages or post_type by forcing the user to enter a username and password that you can define in the configuration screen. | ||
* | ||
* @since 1.0.0 | ||
* @since 1.0.1 | ||
*/ | ||
public static function deactivate() | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* so that it is ready for translation. | ||
* | ||
* @link https://github.com/leodudedev/Simple-Limited-Access | ||
* @since 1.0.0 | ||
* @since 1.0.1 | ||
* | ||
* @package Simple_Limited_Access | ||
* @subpackage Simple_Limited_Access/includes | ||
|
@@ -19,7 +19,7 @@ | |
* Loads and defines the internationalization files for this plugin | ||
* so that it is ready for translation. | ||
* | ||
* @since 1.0.0 | ||
* @since 1.0.1 | ||
* @package Simple_Limited_Access | ||
* @subpackage Simple_Limited_Access/includes | ||
* @author Leonardo Pinori <[email protected]> | ||
|
@@ -31,7 +31,7 @@ class Simple_Limited_Access_i18n | |
/** | ||
* Load the plugin text domain for translation. | ||
* | ||
* @since 1.0.0 | ||
* @since 1.0.1 | ||
*/ | ||
public function load_plugin_textdomain() | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.