| @@ 1364-1365 (lines=2) @@ | ||
| 1361 | ||
| 1362 | $fields = PodsForm::fields_setup( $fields ); |
|
| 1363 | ||
| 1364 | if ( did_action( 'init' ) && pods_api_cache() ) |
|
| 1365 | pods_transient_set( trim( 'pods_api_object_fields_' . $object . $pod_name . '_', '_' ), $fields ); |
|
| 1366 | ||
| 1367 | return $fields; |
|
| 1368 | } |
|
| @@ 5506-5507 (lines=2) @@ | ||
| 5503 | } |
|
| 5504 | } |
|
| 5505 | ||
| 5506 | if ( did_action( 'init' ) && pods_api_cache() ) |
|
| 5507 | pods_transient_set( $transient . '_' . $pod[ 'name' ], $pod ); |
|
| 5508 | ||
| 5509 | return $pod; |
|
| 5510 | } |
|