Advertisement
niammuddin

Tags slug wordpress

Jul 27th, 2017
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.08 KB | None | 0 0
  1. <?php
  2. $tags = get_the_tags();
  3. foreach ( $tags as $tag ){
  4. $tage = $tag->slug;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement