Skip to content
pglewis edited this page Oct 20, 2012 · 23 revisions
  • groups are only currently available for wp object forms

  • sanitize_title( $title, $fallback_title ) to generate permalink ready strings

  • Admin ui: $ui = apply_filters( 'pods_admin_ui_' . $pod->pod, apply_filters( 'pods_admin_ui', $ui, $pod->pod ), $pod ); To change default ui screens, you can modify the $ui var that is sent to pods_ui with pods_admin_ui or pods_admin_ui_podname. only problem is pods_ui( $ui ) is used, no deprecated handling so it has to be in the new format, which isn't documented yet, so we need to get that documented