| [ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
Feed API: WP_Feed_Cache_Transient class
| File Size: | 132 lines (3 kb) |
| Included or required: | 2 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Class: WP_Feed_Cache_Transient - X-Ref
Core class used to implement feed cache transients.| __construct( $location, $filename, $extension ) X-Ref |
| Constructor. since: 2.8.0 since: 3.2.0 Updated to use a PHP5 constructor. param: string $location URL location (scheme is used to determine handler). param: string $filename Unique identifier for cache object. param: string $extension 'spi' or 'spc'. |
| save( $data ) X-Ref |
| Sets the transient. since: 2.8.0 return: true Always true. param: SimplePie $data Data to save. |
| load() X-Ref |
| Gets the transient. since: 2.8.0 return: mixed Transient value. |
| mtime() X-Ref |
| Gets mod transient. since: 2.8.0 return: mixed Transient value. |
| touch() X-Ref |
| Sets mod transient. since: 2.8.0 return: bool False if value was not set and true if value was set. |
| unlink() X-Ref |
| Deletes transients. since: 2.8.0 return: true Always true. |
| Generated: Sat Nov 29 01:00:03 2025 | Cross-referenced by PHPXref 0.7.1 |