PHP code example of megumi / wp-yahoo-feed
1. Go to this page and download the library: Download megumi/wp-yahoo-feed library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
megumi / wp-yahoo-feed example snippets
$yahoo_feed = new Megumi\WP\Yahoo_Feed( 'my-feed' );
$yahoo_feed->set_categories( array(
'0' => 'Empty Category',
'1' => 'Life Style'
) );
$yahoo_feed->register();