| @@ 1359-1360 (lines=2) @@ | ||
| 1356 | ||
| 1357 | $fields = PodsForm::fields_setup( $fields ); |
|
| 1358 | ||
| 1359 | if ( did_action( 'init' ) && pods_api_cache() ) |
|
| 1360 | pods_transient_set( trim( 'pods_api_object_fields_' . $object . $pod_name . '_', '_' ), $fields ); |
|
| 1361 | ||
| 1362 | return $fields; |
|
| 1363 | } |
|
| @@ 5673-5674 (lines=2) @@ | ||
| 5670 | } |
|
| 5671 | } |
|
| 5672 | ||
| 5673 | if ( did_action( 'init' ) && pods_api_cache() ) |
|
| 5674 | pods_transient_set( $transient . '_' . $pod[ 'name' ], $pod ); |
|
| 5675 | ||
| 5676 | return $pod; |
|
| 5677 | } |
|