Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facet by post type #3473

Merged
merged 11 commits into from
Jun 5, 2023
Prev Previous commit
Fix indentation
  • Loading branch information
felipeelia committed Jun 5, 2023
commit 4736046fb47ba0ee6b38d465678e93bbae35efe0
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public function get_post_type_value_html( $value, $url ) : string {
* performed by visiting the link, such as whether the filter will be
* added or removed.
*
* @since 4.6.0
* @since 4.6.0
* @hook ep_facet_post_type_value_accessible_label
* @param {string} $label Facet post-type value accessible label.
* @param {array} $value Value array. It contains `value`, `name`, `count`, and `is_selected`.
Expand Down