@@ 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 | } |
|
@@ 5511-5512 (lines=2) @@ | ||
5508 | } |
|
5509 | } |
|
5510 | ||
5511 | if ( did_action( 'init' ) && pods_api_cache() ) |
|
5512 | pods_transient_set( $transient . '_' . $pod[ 'name' ], $pod ); |
|
5513 | ||
5514 | return $pod; |
|
5515 | } |