Answers for "how to add toggle button in wordpress custom"

0

how to add toggle button in wordpress custom

echo '<textarea type="text" id="inputs" name="inputs" style="width:60%;">' . esc_attr(get_option('custom_plugin_options')) . '</textarea>';
                    echo '</p>';
                    echo '<p class="submit">';
                    echo '<input class="button-primary" type="submit" name="submit" value="Save" />';
                    echo '</p>';
Posted by: Guest on April-13-2022

Code answers related to "how to add toggle button in wordpress custom"

Browse Popular Code Answers by Language