Advertisement
cyberdev

Untitled

Aug 1st, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. add_shortcode ('bimber-custom-voting-box', function(){ ?>
  2. <div class="snax snax-post-container">
  3. <div class="snax-voting-container">
  4. <h2 class="snax-voting-container-title"><?php esc_html_e( 'What do you think?', 'snax' ); ?></h2>
  5. <?php snax_render_voting_box( null, 0, 'snax-voting-large' ); ?>
  6. </div>
  7. </div>
  8. <?php });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement