فهرست منبع

Add a sanitize callback for the custom colors function.

Kjell Reigstad 5 سال پیش
والد
کامیت
70106b9600
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      seedlet/classes/class-seedlet-custom-colors.php

+ 2 - 1
seedlet/classes/class-seedlet-custom-colors.php

@@ -183,7 +183,8 @@ class Seedlet_Custom_Colors {
 			$wp_customize->add_setting(
 				"seedlet_$variable[0]",
 				array(
-					'default'	=> esc_html( $variable[1] )
+					'default'	=> esc_html( $variable[1] ),
+					'sanitize_callback' => 'sanitize_hex_color'
 				)
 			);
 			$wp_customize->add_control( new WP_Customize_Color_Control(