Guest User

Untitled

a guest
Mar 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. function wdm_auction_listing($wdm_cat_args=""){
  2. $auc_sc = ob_get_contents();
  3. ob_end_clean();
  4. return $auc_sc;
  5. }
  6. add_shortcode( 'wdm_auction_listing', 'wdm_auction_listing' );
Add Comment
Please, Sign In to add comment