PluginProbe
Bubble Menu – Floating Button Menu with Sticky Navigation / 3.0.5
Bubble Menu – Floating Button Menu with Sticky Navigation v3.0.5
trunk 1.3 2.0 2.2 2.2.1 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 4.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.1 4.1.1
bubble-menu / admin / fields / color.php

color.php in Bubble Menu – Floating Button Menu with Sticky Navigation 3.0.5, at admin/fields/color.php

19 lines 587 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Template for field color
4 *
5 * @package Wow_Plugin
6 * @copyright Copyright (c) 2018, Dmytro Lobov
7 * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
8 * @since 1.0
9 */
10
11 if ( ! defined( 'ABSPATH' ) ) {
12 exit;
13 }
14
15 $id = ( $id === null ) ? '' : ' id="' . $id . '"';
16 ?>
17 <input type="text" name="<?php echo esc_attr( $name ); ?>" value="<?php echo esc_attr( $val ); ?>"
18 class="wp-color-picker-field color-picker" data-alpha-enabled="true"<?php echo wp_kses_post( $id ); ?>>
19 <?php echo '<' . esc_attr( $separator ) . '/>'; ?>