Skip to content

Commit

Permalink
Remove 'premium/pro' references
Browse files Browse the repository at this point in the history
Signed-off-by: Kev Provance <kevin.provance@gmail.com>
  • Loading branch information
kprovance committed Dec 19, 2023
1 parent a0dfd7d commit 3cc74e9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/configuration/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ td:first-child { white-space: nowrap; }
|Redux::remove_field( $opt_name, $id )|Removes an option panel field.|
|Redux::remove_section( $opt_name, $id, $fields )|Remove option panel by ID.|
|Redux::set_args( $opt_name, $args )|Sets option panel global arguments.|
|Redux::set_developer( $opt_name, $arg )|Set's developer key for premium services.|
|Redux::set_extensions( $opt_name, $path, $force )|Sets all extensions in path.|
|Redux::set_field( $opt_name, $section_id, $field )|Creates an option panel field and adds to a section.|
|Redux::set_fields( $opt_name, $section_id, $fields )|Create multiple fields of the option panel and apply to a section.|
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/objects/field.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default arguments.
## Default Arguments
|Name|Type|Required| Description. |
|--- |--- |--- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|id|string|`true`| The unique identifier of a field. MUST be unique to the [opt_name](../global_arguments.md#opt-name) except when used by the [metaboxes API](../premium/metaboxes.md). |
|id|string|`true`| The unique identifier of a field. MUST be unique to the [opt_name](../global_arguments.md#opt-name) except when used by the [metaboxes API](../core-extensions/metaboxes.md). |
|type|string|`true`| Denotes the [field type](../../core-fields/). If the field type does not exist a warning will be displayed. |
|title|string| | The title of the field that will be displayed. |
|subtitle|string| | Subtitle of the option placed beneath the title. |
Expand Down
1 change: 0 additions & 1 deletion docs/core-extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ There are a number of free default extentions embedded within the Redux Core. Th

::: tip SEE ALSO
- [Using & Creating Extensions](../guides/basics/using-extensions.md)
- [Pro / Premium Offerings](../premium)
:::

2 changes: 1 addition & 1 deletion docs/core-extensions/user-metaboxes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# USer Metaboxes <Badge text="enhancement" type="warn"/>
# User Metaboxes <Badge text="enhancement" type="warn"/>

If you are used the ReduxFramework declaration arrays, you know Redux User Metaboxes. They're one and the same! The only difference is a parent array. We'll go through a few examples to get you up and running. Please know, you MUST have a Redux global options page for user metaboxes taxonomy to work. They're interconnected. You can, however, make a fake options panel, and hide it from the admin menu.

Expand Down
1 change: 0 additions & 1 deletion docs/core-fields/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ exist in the Core as well as how to configure these fields.

::: tip SEE ALSO
- [Using & Creating Extensions](../guides/basics/using-extensions.md)
- [Pro / Premium Offerings](../premium)
:::

0 comments on commit 3cc74e9

Please sign in to comment.