Skip to content

Create a subsection field#102

Open
pablo-sg-pacheco wants to merge 1 commit into
tareq1988:masterfrom
pablo-sg-pacheco:patch-2
Open

Create a subsection field#102
pablo-sg-pacheco wants to merge 1 commit into
tareq1988:masterfrom
pablo-sg-pacheco:patch-2

Conversation

@pablo-sg-pacheco

Copy link
Copy Markdown

Now it will be possible to create a subsection field improving the organization

array(
	'name'        => 'subsection',
	'label'       => __( 'My subsection', 'remove-special-characters-from-permalinks' ),
	'desc'        => __( 'Now we can have a subsection description too ;)', 'remove-special-characters-from-permalinks' ),
	'type'        => 'subsection'
)

subsection

Now it will be possible to create a subsection field improving the organization

```
array(
						'name'        => 'subsection',
						'label'       => __( 'My subsection', 'remove-special-characters-from-permalinks' ),
						'desc'        => __( 'Now we can have a subsection description too ;)', 'remove-special-characters-from-permalinks' ),
						'type'        => 'subsection'
					)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant