@@ 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 | } |
|
@@ 5665-5666 (lines=2) @@ | ||
5662 | } |
|
5663 | } |
|
5664 | ||
5665 | if ( did_action( 'init' ) && pods_api_cache() ) |
|
5666 | pods_transient_set( $transient . '_' . $pod[ 'name' ], $pod ); |
|
5667 | ||
5668 | return $pod; |
|
5669 | } |