changeset 21 | 48c4eec2b7e6 |
parent 9 | 177826044cd9 |
child 22 | 8c2e4d02f4ef |
20:7b1b88e27a20 | 21:48c4eec2b7e6 |
---|---|
10 /** |
10 /** |
11 * Core class used to implement feed cache transients. |
11 * Core class used to implement feed cache transients. |
12 * |
12 * |
13 * @since 2.8.0 |
13 * @since 2.8.0 |
14 */ |
14 */ |
15 #[AllowDynamicProperties] |
|
15 class WP_Feed_Cache_Transient { |
16 class WP_Feed_Cache_Transient { |
16 |
17 |
17 /** |
18 /** |
18 * Holds the transient name. |
19 * Holds the transient name. |
19 * |
20 * |