Hi Koji,
Thanks for using announcer plugin.
A shortcode announcements in the plan it will be available soon.
Regarding PHP function you can try use the code below.
1) Create an announcement
2) Make it “inactive”
3) Make Position -> Sticky = No
4) Use below code.
5) Replace ID with the announcement ID (you can find in the addressbar in the edit page)
<?php
$announcements = Announcer::get_announcements();
$announcement_id = 'ID';
ANCR_Display::html( $announcement_id, $announcements[ $announcement_id ] );
?>
(or)
If you want to go with the old version you can download from here –> https://wordpress.org/plugins/announcer/advanced/
Thanks,
Aakash