compatibility with BP Profile Search
-
Hello,
I’m trying to make BP Profile Search work with WPGlobus. I read:
https://www.wpglobus.com/documentation/wpglobus-compatibility-with-themes-and-plugins/
but I can’t find how to handle the case when a string is stored in a serialized array inside a custom post meta, e.g.:
$meta = get_post_meta( $ID ); $meta = unserialize ($meta['meta_key'][0]); $text_in_meta = $meta['index']; echo apply_filters( 'the_title', $text_in_meta ); // does this work?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘compatibility with BP Profile Search’ is closed to new replies.