SQL To CPT
开发者 |
badasswp
|
更新时间 |
2024年10月12日 20:06 |
PHP版本: |
7.4 及以上 |
WordPress版本: |
6.6.2 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
This plugin helps you migrate legacy SQL database tables to WordPress' Custom Post Types (CPT). It provides a user-friendly interface that enables users upload an SQL file which is then parsed and converted to a CPT with meta data that is recognisable within WordPress.
If you ever need to migrate a non-WordPress database table into WP, look no further. This is exactly what you need!
安装:
- Go to 'Plugins > Add New' on your WordPress admin dashboard.
- Search for 'SQL To CPT' plugin from the official WordPress plugin repository.
- Click 'Install Now' and then 'Activate'.
- Head over to the 'SQL to CPT' options page.
- Upload an SQL file of your choice and watch it convert to a Custom Post Type (CPT).
更新日志:
1.0.1
- Change hook names to use
sqlt
prefix.
- Custom Hooks now bear
sqlt_cpt_table_name
, sqlt_cpt_table_columns
, sqlt_cpt_table_rows
.
- Tested up to WP 6.6.2.
1.0.0
- Add ability to upload SQL file to Custom Post Type (CPT).
- Custom Hooks
sqlt_cpt_table_name
, sqlt_cpt_table_columns
, sqlt_cpt_table_rows
.
- Custom Options page.
- Fix bugs & linting issues.
- Tested up to WP 6.6.2.