Function ssi_showPoll
Shows the poll from the specified topic
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at SSI.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at SSI.php
null|integer |
$topic = null |
The topic to show the poll from. If null, $_REQUEST['ssi_topic'] will be used instead. |
string |
$output_method = 'echo' |
The output method. If 'echo', displays the poll, otherwise returns an array of info about it. |
|array
|
Either displays the poll or returns an array of info about it, depending on output_method. |