我需要调用WordPress选项表并提取一些数据。但是,根据安装时是否使用默认表前缀,表名可能会有所不同(通常为wp\\U选项)。
如何获取对站点表前缀的引用,以便通过$wpdb正确访问站点的选项表?
/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = \'wp_\';