Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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: