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.
Builder_Migrator::migrate_fluid_row( array $next_row, array $old_items )
Migrate row for fluid builder.
Parameters
- $next_row
-
(Required) empty row array.
- $old_items
-
(Required) old row values.
Return
(array)
Source
File: inc/core/builder_migrator.php
Expand full source code Collapse full source code View on Github