wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



media_upload_html_bypass › WordPress Function

Od2.6.0
Przestarzałyn/a
media_upload_html_bypass ( Brak parametrów )
Zdefiniowane na:
Codex:

Displays the browser's built-in uploader message.



Źródło

function media_upload_html_bypass() {
	?>
	<p class="upload-html-bypass hide-if-no-js">
		<?php _e( 'You are using the browser&#8217;s built-in file uploader. The WordPress uploader includes multiple file selection and drag and drop capability. <a href="#">Switch to the multi-file uploader</a>.' ); ?>
	</p>
	<?php
}