Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $str = '[term value="Value" id="600"][term value="Term" id="609"]';
  2.  
  3. $content = 'This is some text, (perhaps pulled via $post->post_content). It has a [gallery] shortcode.';
  4.  
  5. if( has_shortcode( $content, 'gallery' ) ) {
  6. // The content has a [gallery] short code, so this check returned true.
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement