You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,16 @@ Note: you will at least PHP 5.6.0 or above installed on your machine or server t
21
21
1. First, install [Google Chrome extension PHP Console](https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef) from the [Chrome WebStore](https://chrome.google.com/webstore/search/php%20console?_category=extensions).
22
22
Make sure the PHP Console Chrome extension is enabled through [chrome://extensions/](chrome://extensions/"chrome://extensions/").
23
23
24
+
**Important Note**
25
+
26
+
If the Google Chrome extension is not available on the Chrome Web Store, you can manually install it [from source](https://github.com/barbushin/php-console-extension).
27
+
24
28
2. Then, add this plugin to your WordPress installation either by:
25
29
26
30
- Installing it as any other WordPress plugin from your WordPress admin Plugins page (`Add New`).
27
31
28
32
- Downloading a copy from [WordPress.org]((https://wordpress.org/plugins/wp-php-console/)) and uploading it in `wp-php-console` directory into your `wp-content/plugins/` directory or corresponding plugins directory in your installation. You can also do this from the WordPress plugins installation admim dashboard pages.
29
-
33
+
30
34
-**Note:** If you decide to `git clone` this repository instead, you will need `composer install` to install its dependencies first, or it won't work in WordPress as it is.
31
35
32
36
3. Activate the plugin through the `Plugins` admin page in WordPress
@@ -39,7 +43,7 @@ Make sure the PHP Console Chrome extension is enabled through [chrome://extensio
39
43
40
44
## Options
41
45
42
-
##### Allow only on SSL
46
+
##### Allow only on SSL
43
47
> Forces PHP Console to connect on a SSL connection only (of course then if you don't actually have SSL (https), PHP Console simply won't work).
44
48
45
49
##### Allowed IP Masks
@@ -48,7 +52,7 @@ Make sure the PHP Console Chrome extension is enabled through [chrome://extensio
48
52
##### Register PC Class
49
53
> Tick this option to register `PC` in the global PHP namespace. This allows to write `PC::debug($var, $tag)` or `PC::magic_tag($var)` instructions in PHP to inspect `$var` in the JavaScript console.
50
54
51
-
##### Show Call Stack
55
+
##### Show Call Stack
52
56
> Tick this option to see the call stack when PHP Console server writes to the JavaScript console.
Copy file name to clipboardExpand all lines: readme.txt
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,8 @@ For support and pull requests, please refer to [WP PHP Console GitHub repo](http
27
27
28
28
1. First, install [Google Chrome extension PHP Console](https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef) from the [Chrome WebStore](https://chrome.google.com/webstore/search/php%20console?_category=extensions).
29
29
Make sure the PHP Console Chrome extension is enabled through [chrome://extensions/](chrome://extensions/ "chrome://extensions/").
30
-
31
-
**Important Note**
32
-
33
-
If the Google Chrome extension is not available on the Chrome Web Store, you can manually install it [from source](https://github.com/barbushin/php-console-extension).
30
+
**Important Note**
31
+
If the Google Chrome extension is not available on the Chrome Web Store, you can manually install it [from source](https://github.com/barbushin/php-console-extension).
34
32
35
33
2. Then, add this plugin to your WordPress installation either by:
0 commit comments