upload

The upload control is identical to the image control, the only difference is that it allows uploading more file types and not only images.

Usage

<?php
$file_url = get_theme_mod( 'upload_setting', '' );
printf( esc_html__( 'URL of uploaded file: %s', 'kirki' ), $file_url );
?>

Last updated on: May 10th, 2020

Scroll to Top

Download

Subscribe & be the first to be informed about
new features & updates!