php 定制器中的自定义调色板#cust #reg

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 定制器中的自定义调色板#cust #reg相关的知识,希望对你有一定的参考价值。

//Change the Customizer color palette presets
add_action('customize_controls_print_footer_scripts', function () {
    ?>
  <script>
    jQuery(document).ready(function($){
      $('.wp-picker-container').iris({
        mode: 'hsl',
        controls: { 
          horiz: 'h', // square horizontal displays hue
          vert: 's', // square vertical displays saturdation
          strip: 'l' // slider displays lightness
        },
 \!h       palettes: ['#91472c', '#6d775f', '#f9fffb', '#546a76']  //add the hex codes to the colors you want in the palette
      })
    });
  </script>
  <?php
});

以上是关于php 定制器中的自定义调色板#cust #reg的主要内容,如果未能解决你的问题,请参考以下文章

php TinyMCE调色板中的自定义颜色// TinyMCE Farbpalette中的Eigene Farben

php 全局选项页面#reg #acf #client #cust

php 基本公司信息设置页面#reg #acf #client #cust

应用于动态主题的自定义调色板

使用相同的自定义调色板将 8bpp 索引位图转换为 24bpp 并再次转换

php 定制器中的WooCommerce样式