diff --git a/inc/helpers/namespace.php b/inc/helpers/namespace.php index 0f2f34f..04650fd 100644 --- a/inc/helpers/namespace.php +++ b/inc/helpers/namespace.php @@ -48,8 +48,8 @@ function get_catalog_data( $page = 1, $per_page = 10, $orderby = 'title', $licen 'pb_publisher_catalog_query_args', [ 'number' => 1000000, - 'meta_key' => $dc::IN_CATALOG, - 'meta_value' => 1, + 'meta_key' => $dc::IN_CATALOG, // @codingStandardsIgnoreLine + 'meta_value' => 1, // @codingStandardsIgnoreLine 'public' => 1, 'archived' => 0, 'spam' => 0,