0 ) ? intval($params["rplg_image_content_width"]) : 180 );
$final_width = $params["rplg_image_content_width"];
$rplg_image_height = $params["rplg_image_height"];
$category_type = $params["category_type"];
$rplg_mouse_hover_effect = $params["rplg_mouse_hover_effect"];
if( $this->rplg_getTotalPosts( $all_selected_categories, $post_search_text, 0, $is_default_category_with_hidden ) > 0 ) {
$_category_res = array();
if( trim($category_type) != "0" ) {
if( trim($all_selected_categories)=="0" || trim($all_selected_categories) == "" )
$_category_res = $this->getCategories("",$rplg_order_category_ids);
else
$_category_res = $this->getCategories($all_selected_categories,$rplg_order_category_ids);
}
if( !( sanitize_text_field( $params["hide_searchbox"] ) == 'yes' ) ) {
?>
0 ) { ?>
"; }
$_total_posts = $this->rplg_getTotalPosts( $category_id_default, $post_search_text, 1, $is_default_category_with_hidden );
if( $_total_posts <= 0 ) {
?>displayPagination( 0, $_total_posts, $category_id_default, $_limit_start, $_limit_end, $params["vcode"], 2 );
?>
displayPagination( 0, $_total_posts, $category_id_default, $_limit_start, $_limit_end, $params["vcode"], 1 );
?>