This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Abstract_Builder::add_row_style( string $row_index, array $css_array = array() )

Method to generate css array for each row.


Parameters

$row_index

(Required) The row index.

$css_array

(Optional) The css array.

Default value: array()


Return

(array)


Source

File: header-footer-grid/Core/Builder/Abstract_Builder.php


			


Changelog

Changelog
Version Description
1.0.0 Introduced.