private static function table() { if (!self::$table) { global $wpdb; self::$table = $wpdb->base_prefix . 'wfConfig'; } return self::$table; }