wpdb = $wpdb; } /** * The function will be execute on activation hook */ public function apply() { } /** * The function will be execute on deactivation hook */ public function remove() { } }