Created
March 11, 2019 22:39
-
-
Save lots0logs/1a2d175ce90ee4110528891c304f5c5e to your computer and use it in GitHub Desktop.
Enabling Dynamic Content Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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', | |
), | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you give use more detail about 'type' . How many types are there in Divi and can you give use full detail in your documentation