| 1 |
<?php |
| 2 |
defined('ABSPATH') || exit; |
| 3 |
$page_post_id = ultimate_post()->get_page_post_id($page_post_id, $attr['blockId']); |
| 4 |
$wraper_before .= '<div class="ultp-filter-wrap" data-taxtype='.$attr['filterType'].' data-blockid="'.$attr['blockId'].'" data-blockname="ultimate-post_'.$block_name.'" data-postid="'.$page_post_id.'">'; |
| 5 |
$wraper_before .= ultimate_post()->filter($attr['filterText'], $attr['filterType'], $attr['filterValue'], $attr['filterMobileText'], $attr['filterMobile']); |
| 6 |
$wraper_before .= '</div>'; |