هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

Mybizna Pods Migration

الوصف

This pods migration plugin to perform pods migration that are saved as pods.json on themes or plugins.

I have added new functions to Config.php that has been in development.

https://github.com/pods-framework/pods/pull/4856

The plugin functionality work’s as follows;

  • Autodiscover pods.json in themes and those add via pods_config_pre_load_configs.
  • prepare an array by converting JSON to an array.
  • MD5 the array and compare previously saved MD5 string for previous migrations so as to determine if migration is required.If MD5 is the same the pod is ignored.
  • Call add_pod at PodsAPI to save the pod
  • Save new MD5 from the array for reference during the next migration.

I have only tested with pods with fields and groups only and it is working both for adding, and updating.

NOTE: The plugin can not work if wordpress pods is not installed and activated https://wordpress.org/plugins/pods/

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“Mybizna Pods Migration” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”Mybizna Pods Migration“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.0

  • Initial development of pods migration plugin.