Guest User

Untitled

a guest
Dec 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $post_ids = get_posts( array('fields' => 'ids', 'post_type' => 'class') );
  2. foreach($post_ids as $post_id) {
  3. $ccc = serialize(get_post_meta( $post_id, $key = 'first_group_class', true ));
  4. $vvv = substr_count($ccc,"#23#");
  5. }
  6. echo '<br>count= '.$vvv.'<br>';
Add Comment
Please, Sign In to add comment