TREI Manual de Uso Plugin WP Polls

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

.......................................................................................................................

3
........................................................................................... 3
................................................................................................................. 4
....................................................................................................... 5
................................................................................. 5
........................................................................................................ 6

/ * background-color: #ffffff; * /
background-color: #ffffff;

<?php if (function_exists('get_pollquestions')): ?>


<?php get_pollquestions(); ?>
<?php endif; ?>

<?php if (function_exists('get_pollanswers')):
?>
<?php get_pollanswers(); ?>
<?php endif; ?>

<?php if (function_exists('get_pollvotes')): ?>


<?php get_pollvotes(); ?>
<?php endif; ?>

<?php if (function_exists('get_pollvoters')):
?>
<?php get_pollvoters(); ?>
<?php endif; ?>

You might also like