https://github.com/warengonzaga/managewp-code-snippets
ManageWP Code Snippets Collections
https://github.com/warengonzaga/managewp-code-snippets
code collections debugging debugging-tool list maintenance managewp php snippets snippets-collections source wordpress
Last synced: 8 months ago
JSON representation
ManageWP Code Snippets Collections
- Host: GitHub
- URL: https://github.com/warengonzaga/managewp-code-snippets
- Owner: warengonzaga
- License: mit
- Created: 2020-08-02T08:56:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-06T11:27:56.000Z (almost 5 years ago)
- Last Synced: 2025-04-11T08:34:59.977Z (9 months ago)
- Topics: code, collections, debugging, debugging-tool, list, maintenance, managewp, php, snippets, snippets-collections, source, wordpress
- Homepage:
- Size: 5.86 KB
- Stars: 6
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ManageWP Code Snippets [](https://facebook.com/warengonzagaofficial)
ManageWP code snippets collection for WordPress.
## How To Use
Just copy and paste the available code snippets below and load it to your ManageWP code snippets editor.
## Code Snippets
Here's the collections of code snippets.
### Info & Debugging
* __List Plugins__ - This will list all of the available plugin in the WordPress plugin directory. Useful to check the installed plugins in your installation.
```php
connect_error) {
die("Connection failed: " . $conn->connect_error);
}
echo "Connected successfully";
```
* __View File Contents__ - Able to view file contents in your installation. For example, you want to check the wp-config.php contents.
```php
## Author
ManageWP Code Snippets is Maintained by **[Waren Gonzaga](https://github.com/warengonzaga)**
[](https://facebook.com/warengonzagaofficial) [](https://twitter.com/warengonzaga) [](https://linkedin.com/in/warengonzagaofficial) [](https://youtube.com/warengonzaga)
---
:computer: Made with :heart: by Waren Gonzaga with **YHWH** :pray: