get_settings_option(); include __DIR__ . "/icons.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') { ?>