siteorigin_panels_admin_row_colors

siteorigin_panels_admin_row_colors

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: siteorigin-panels.2.31.5

apply_filters('siteorigin_panels_admin_row_colors') is found 1 times:

  • /inc/admin.php line 1061
    1057
    1058
    1059
    1060
    1061
    1062
    1063
    1064
    1065
    1066
    1067
        include plugin_dir_path( __FILE__ ) . '../tpl/js-templates.php';
    }
     
    public static function get_row_colors() {
        $row_colors = apply_filters( 'siteorigin_panels_admin_row_colors', array(
            1 => array(
                'name' => __( 'Soft Blue', 'siteorigin-panels' ),
                'inactive' => '#cde2ec',
                'active' => '#a4cadd',
                'cell_divider' => '#e7f1f6',
                'cell_divider_hover' => '#dcebf2',