SQL To CPT

Deskripsi

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!

Contribute

If you’d like to contribute to the development of this plugin, you can find it on GitHub.

To build, clone repo and run yarn install && yarn build

Instalasi

  1. Go to ‘Plugins > Add New’ on your WordPress admin dashboard.
  2. Search for ‘SQL To CPT’ plugin from the official WordPress plugin repository.
  3. Click ‘Install Now’ and then ‘Activate’.
  4. Head over to the ‘SQL to CPT’ options page.
  5. Upload an SQL file of your choice and watch it convert to a Custom Post Type (CPT).

Ulasan

Belum ada ulasan untuk plugin ini.

Kontributor & Pengembang

“SQL To CPT” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.

Kontributor

Terjemahkan “SQL To CPT” dalam bahasa Anda.

Tertarik mengembangkan?

Lihat kode, periksa repositori SVN , atau mendaftar ke log pengembangan melalui RSS.

Log Perubahan

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.