Skip to content

Commit 025dfcb

Browse files
committed
gppa-colorpicker-choice-template.php: Added Color Picker choice template for GPPA to work with Jet Sloth Color Picker plugin.
1 parent ed284af commit 025dfcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gp-populate-anything/gppa-colorpicker-choice-template.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Author: Gravity Wiz
1414
* Version: 1.0
1515
*/
16-
class GPPA_Color_Picker_Template {
16+
class GPPA_Compatibility_JetSloth_Color_Picker_Template {
1717

1818
public function __construct() {
1919
add_filter( 'gppa_input_choice', array( $this, 'add_colorpicker_to_choice' ), 10, 4 );
@@ -51,4 +51,4 @@ public function add_colorpicker_choice_template() {
5151
}
5252
}
5353

54-
new GPPA_Color_Picker_Template();
54+
new GPPA_Compatibility_JetSloth_Color_Picker_Template();

0 commit comments

Comments
 (0)