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.
Layouts_Metabox::render_end_option( string $slug, array $args, string $end_val, string $root_val )
Render the end option.
Parameters
- $slug
-
(Required) the ruleset slug.
- $args
-
(Required) the ruleset options.
- $end_val
-
(Required) the ruleset end value.
- $root_val
-
(Required) the ruleset root value.
Source
File: includes/modules/custom_layouts/admin/layouts_metabox.php
Expand full source code Collapse full source code View on Github