Advertisement
tribulant

Untitled

Apr 8th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. function subscribe_before_form($instance = null) {
  4.     // output HTML code here
  5. }
  6.  
  7. add_action('newsletters_subscribe_before_form', 'subscribe_before_form', 10, 1);
  8.  
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement