- 1Children of Incarcerated Parents
- Child Soldiers
- Climate Change as a Peace and Justice Concern
- Climate-Sensitive Lens
- Connecting Local with International Climate Action

/wp-content/plugins/filter-everything-pro/views/frontend/dropdown.php
$rating = 0;
if( mb_strpos( $term_object->slug, 'rated-' ) !== false){
$pieces = explode("-", $term_object->slug);
$rating = isset( $pieces[1] ) ? $pieces[1] : 0;
$data_rating = ' data-star-rating=' . $rating;
}
//fix rated slug
if( mb_strpos( $term_object->slug, 'rated-' ) !== false ){
$pieces = explode("-", $term_object->slug);
$rating = isset( $pieces[1] ) ? $pieces[1] : 0;
if (!is_numeric($rating)) {
$rating = 0; // reset if value not a number
}
$data_rating = ' data-star-rating="' . esc_attr($rating) . '"';
}
Дякую за змарнованi 5 годин мого життя ((