Closed d4mation closed 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.
DB::__callStatic()
$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.
Closing so that I can re-open using a branch within the Repo for GH Actions to fire.
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.