get_contributors() публичный Метод

Uses
С версии: 1.1
public get_contributors ( ) : array | null
Результат array | null List of {@see \SimplePie_Author} objects
Пример #1
0
        ?>
            <?php 
        if ($author->get_link()) {
            ?>
                <uri><?php 
            echo $author->get_link();
            ?>
</uri>
            <?php 
        }
        ?>
        </author>
    <?php 
    }
}
if ($feed->get_contributors()) {
    ?>
    <?php 
    foreach ($feed->get_contributors() as $acontributor) {
        ?>
        <contributor>
            <?php 
        if ($contributor->get_name()) {
            ?>
                <name><?php 
            echo $contributor->get_name();
            ?>
</name>
            <?php 
        }
        ?>