-
Notifications
You must be signed in to change notification settings - Fork 0
1.x to 2.0 Migration
You can get the latest information about the differences between Pods 1.x and 2.0 here: http://podsframework.org/docs/comparisons/compare-functions-pods-1-x-to-2-0/
2.0 is backward compatible with the 1.x syntax. Deprecated notices will be reported appropriately for deprecated 1.x functions and methods if your error reporting is set to display them.
A short introduction to the 2.0 syntax for some of the more commonly used functions and methods
Short 2.0 Tutorial, thank to Pods user Masino Sinaga
If the image upload field is set to single-select (under 'Advanced Field Options'), it should return a single value. Multi-select fields will return an array of items.
Try pods_ui( $obj, TRUE )
(TRUE enables deprecated options)
External references to $this need to be changed to $obj