File: classes/YARPP_Shortcode.php
Line: 40
⚠️ Attributes should be escaped
$atts = array_map(function( $item ) {
$trimmed_value = trim(esc_attr($item)); // ⚠️ Attributes should be escaped
// check for the strings "true" and "false" to mean boolean true and false
if ( is_string($trimmed_value) ) {
$lower_trimmed_value = strtolower($trimmed_value);
if ( $lower_trimmed_value === 'true' ) {
$trimmed_value = true;
} elseif ( $lower_trimmed_value === 'false' ) {
$trimmed_value = false;
}
}
UP !
Same here !
The translated .po / .mo files don’t seem to be loaded.
There’s no plugin option in admin panel… and when I try to access to it by this URL :wp-admin/admin.php?page=comments-ratings or ?page=pixreviews_settings, there’s an error message.
-
This reply was modified 9 years, 3 months ago by Dareth NHANG.
Another good color feature could be something like Admin Color Schemer : https://ww.wp.xz.cn/plugins/admin-color-schemer/