Search inside shortcode
-
Hi There
I tried all the option including expand shortcode etc but the search doesn’t find anything inside this shortcode.
Any help will be greatly appreciated.`function get_user_recognition() {
?><span>מפרגים ל:</span> <?php
$values = get_field(‘users-selected’);
foreach($values as $value):
$result = $value[‘display_name’] . ‘ | ‘;
endforeach;
return $result;
}
add_shortcode( ‘recognition-users’, ‘get_user_recognition’ );’The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Search inside shortcode’ is closed to new replies.