lots0logs
3/11/2019 - 10:39 PM

Enabling Dynamic Content Example

Enabling Dynamic Content Example

<?php

...

'title' => array(
	'label'           => esc_html__( 'Title', 'simp-simple-extension' ),
	'type'            => 'text',
	'option_category' => 'basic_option',
	'description'     => esc_html__( 'Input your desired title here.', 'simp-simple-extension' ),
	'toggle_slug'     => 'main_content',
	'dynamic_content' => 'text',
),

...