Skip to content

Commit 2b06aef

Browse files
author
Poly Plugins
committed
Initial Commit
1 parent d8ce0d2 commit 2b06aef

File tree

13 files changed

+292
-0
lines changed

13 files changed

+292
-0
lines changed

.distignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Exclude hidden files
2+
.git
3+
.github
4+
.wordpress-org
5+
.gitignore
6+
.distignore
7+
8+
# Exclude development and build files
9+
node_modules/
10+
vendor/teamtnt/tntsearch/tests/
11+
composer.lock
12+
package-lock.json
13+
webpack.config.js
14+
15+
# Exclude test files
16+
tests/
17+
phpunit.xml
18+
19+
# Exclude local environment files
20+
.env
21+
*.log
22+
23+
# Exclude Git
24+
LICENSE
25+
TODO
26+
README.MD

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Exclude hidden files
2+
.git
3+
4+
# Exclude development and build files
5+
node_modules/
6+
vendor/teamtnt/tntsearch/tests/
7+
composer.lock
8+
package-lock.json
9+
webpack.config.js
10+
speedy-search.zip
11+
12+
# Exclude test files
13+
tests/
14+
phpunit.xml
15+
16+
# Exclude local environment files
17+
.env
18+
*.log

.wordpress-org/banner-1544x500.png

1.35 MB
Loading

.wordpress-org/banner-1880x609.png

1.95 MB
Loading

.wordpress-org/banner-772x250.png

375 KB
Loading

.wordpress-org/icon-128x128.png

7.68 KB
Loading

.wordpress-org/icon-256x256.png

15.9 KB
Loading

.wordpress-org/screenshot-1.jpg

103 KB
Loading

.wordpress-org/screenshot-2.jpg

246 KB
Loading

README.MD

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
3+
[![Loginator Demo](https://img.youtube.com/vi/k1o4zZC6dzs/0.jpg)](https://youtu.be/k1o4zZC6dzs)
4+
5+
Debugging WordPress can sometimes be a pain, which is why **Loginator** was built to simplify the process. From automatically creating and securing a log folder to intelligently handling different types of logs, Loginator helps you save time and focus on building great applications.
6+
7+
Once activated, Loginator essentially becomes a core part of WordPress, which is why **plugin deactivation is disabled** to prevent runtime errors from missing log functions.
8+
9+
## Features
10+
11+
### ✅ Free Features
12+
- Global enable/disable switch
13+
- Logging flags: `error`, `debug`, and `info`
14+
- Automatically creates separate log files per flag
15+
- Pretty prints arrays for better readability
16+
- Inline documentation for use in IDEs like Visual Studio Code
17+
- Prevents plugin deactivation to avoid fatal errors if log function is still in use
18+
19+
### 💎 Premium Features
20+
Available via [Loginator on PolyPlugins](https://www.polyplugins.com/product/loginator/)
21+
- Email alerts on `CRITICAL` log entries
22+
- Pipe Dream logging support
23+
24+
## Installation
25+
26+
1. **Backup WordPress**
27+
2. Upload the plugin to the `/wp-content/plugins/` directory, or install it via the WordPress plugin manager.
28+
3. Activate the plugin through the WordPress **Plugins** menu.
29+
30+
## FAQ
31+
32+
### How do I deactivate/uninstall Loginator?
33+
34+
Because deactivation is disabled to protect your site from runtime errors, you'll need to manually remove or rename the plugin folder:
35+
36+
/wp-content/plugins/loginator/

0 commit comments

Comments
 (0)