Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-06T11:27:56.000Z (over 3 years ago)
- Last Synced: 2024-04-13T21:57:51.053Z (7 months ago)
- Topics: code, collections, debugging, debugging-tool, list, maintenance, managewp, php, snippets, snippets-collections, source, wordpress
- Homepage:
- Size: 5.86 KB
- Stars: 7
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ManageWP Code Snippets [![Maintained by Waren Gonzaga](https://img.shields.io/badge/Maintained%20by-Waren%20Gonzaga-blue.svg?longCache=true&style=for-the-badge)](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)**
[![Facebook](https://img.shields.io/badge/facebook-%231877F2.svg?&style=for-the-badge&logo=facebook&logoColor=white)](https://facebook.com/warengonzagaofficial) [![Twitter](https://img.shields.io/badge/twitter-%231DA1F2.svg?&style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/warengonzaga) [![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white)](https://linkedin.com/in/warengonzagaofficial) [![YouTube](https://img.shields.io/badge/youtube-%23FF0000.svg?&style=for-the-badge&logo=youtube&logoColor=white)](https://youtube.com/warengonzaga)
---
:computer: Made with :heart: by Waren Gonzaga with **YHWH** :pray: