Skip to content

Conversation

@pablo-sg-pacheco
Copy link

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