forked from vsedzialo/dev-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
73 lines (55 loc) · 1.72 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
=== Dev Studio ===
Contributors: solidbunch
Donate link: https://solidbunch.com
Tags: dev studio, debug, debug-bar, debugging, development, developer, queries, query monitor, utilities
Requires at least: 4.0
Tested up to: 5.0
Stable tag: 1.0.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html
Requires PHP: 7.0
Development environment for Wordpress developers
== Description ==
Dev Studio is a development environment for Wordpress developers.
It contains a lot of features that help to examine and analyze code.
Dev Studio based on checkpoints. You can choose any hook(s) in plugin interface and analyze application condition at this hook after script execution.
It also includes Status Bar that contains any useful information such as: DB queries count, Execution time, Queries execution time, Conditionals etc.
### Advantages
* Fully built on AJAX technology
* Doesn't add any html code to result page
* Friendly interface
* Status Bar
* Flexible settings
### Modules
Now, it contains four modules: PHP, Wordpress, WooCommerce, MySQL.
### PHP
* Variables (SERVER, GET, POST, COOKIE, SESSION, FILES, ENV, GLOBAL)
* Constants
* Files (Included Files, Components)
* PHPInfo
### Wordpress
* Overview (Conditionals, Constants)
* Variables (Browser, Server)
* Actions
* Filters
* Theme (Menu Locations, Menus, Sidebars, Widgets)
* Shortcodes
* Styles (Enqueued, Registered, WP_Styles)
* Scripts (Enqueued, Registered, WP_Scripts)
* Rewrite (Rules, WP_Rewrite)
* Locale
* Roles
### WooCommerce
* Conditionals
* Constants
* Options
### MySQL
* Tables
* Variables
* Queries
== Screenshots ==
1. Wordpress Enqueued scripts
2. Wordpress Roles
3. Wordpress Filters
4. MySQL Queries
5. Wordpress Shortcodes