Changes between Initial Version and Version 1 of Ticket #62354, comment 9
- Timestamp:
- 11/11/2024 10:45:44 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62354, comment 9
initial v1 3 3 {{{#!php 4 4 foreach( $feed->get_items( 0, 1 ) as $item ) { 5 $ src= $item->get_content();5 $content = $item->get_content(); 6 6 } 7 7 }}}