| @@ 1371-1372 (lines=2) @@ | ||
| 1368 | ||
| 1369 | $fields = PodsForm::fields_setup( $fields ); |
|
| 1370 | ||
| 1371 | if ( did_action( 'init' ) && pods_api_cache() ) |
|
| 1372 | pods_transient_set( trim( 'pods_api_object_fields_' . $object . $pod_name . '_', '_' ), $fields ); |
|
| 1373 | ||
| 1374 | return $fields; |
|
| 1375 | } |
|
| @@ 5806-5807 (lines=2) @@ | ||
| 5803 | } |
|
| 5804 | } |
|
| 5805 | ||
| 5806 | if ( did_action( 'init' ) && pods_api_cache() ) |
|
| 5807 | pods_transient_set( $transient . '_' . $pod[ 'name' ], $pod ); |
|
| 5808 | ||
| 5809 | return $pod; |
|
| 5810 | } |
|