Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
get_settings_option();
include __DIR__ . "/icons.php";
include __DIR__ . "/integrations.php";
if (!function_exists('mf_dummy_simple_input')) {
/**
* Renders a simple input field with a label, placeholder and description
*
* @param string $label The label for the input field
* @param string $placeholder The placeholder text for the input field
* @param string $description The description for the input field
*/
function mf_dummy_simple_input($label = 'Label', $placeholder = 'Placeholder', $description = 'Description')
{
?>
';
} else {
return '';
}
}
if (!function_exists('mf_dummy_checkbox_input')) {
/**
* Renders a simple checkbox input field with a label and description
*
* @param string $label The label for the checkbox field
* @param string $description The description for the checkbox field
*/
function mf_dummy_checkbox_input($label = 'Label', $description = 'Description')
{
?>
Easy Documentation
Docs
Check out the docs and start building awesome forms with MetForm!