Tagged Questions
1
vote
2answers
591 views
Call External Object in Class Function During Callback
I've a class which has a function that check and creates table in database.
In order to do so i need to use WordPress $wpdb object.
I need the function to run only on first plugin activation, so i ...