We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2d72f commit 89c62b3Copy full SHA for 89c62b3
plugins/dominant-color-images/hooks.php
@@ -229,7 +229,7 @@ function dominant_color_admin_script(): void {
229
</script>
230
<?php
231
}
232
-add_action( 'admin_print_footer_scripts', 'dominant_color_admin_script', 1000 );
+add_action( 'admin_print_footer_scripts', 'dominant_color_admin_script' );
233
234
/**
235
* Prepares attachment data for JavaScript, adding dominant color and transparency information.
0 commit comments