stellarwp / db

A WPDB wrapper and query builder library.
GNU General Public License v2.0
64 stars 4 forks source link

Add usage examples for some $wpdb methods #9

Closed d4mation closed 1 year ago

d4mation commented 1 year ago

It took me a while personally to find DB::__callStatic() and realize how it worked within this library to call other methods in $wpdb.

For a few of the key $wpdb methods that can be called using this library, I thought it would be worth giving some usage examples.

d4mation commented 1 year ago

Closing so that I can re-open using a branch within the Repo for GH Actions to fire.