Skip to content

Commit

Permalink
Update from vk-filter-search-pro
Browse files Browse the repository at this point in the history
vektorinc committed Jun 6, 2024
1 parent 2d091fc commit 19d030e
Showing 5 changed files with 609 additions and 603 deletions.
6 changes: 3 additions & 3 deletions inc/filter-search/package/class-vk-filter-search-block.php
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ class VK_Filter_Search_Block {
* Constructor
*/
public function __construct() {

/*
Priority
10 - Exunit
@@ -192,15 +192,15 @@ public static function register_block_category( $categories, $post ) {
}

if ( ! in_array( 'vk-filter-search', $keys, true ) ) {
$categories = array_merge(
$categories = array_merge(
$categories,
array(
array(
'slug' => 'vk-filter-search',
'title' => __( 'VK Filter Search', 'vk-filter-search' ),
'icon' => '',
),
),
$categories
);
}

Loading

0 comments on commit 19d030e

Please sign in to comment.