Core Function
View Source on Trac ↗ wp_iframe()
wp_iframe( mixed $content_func, mixed $args ) Outputs the iframe to display the media upload page.
Parameters 2 required
| Name / Type | Description |
|---|---|
| $content_func callable | Function that outputs the content. Required |
| mixed | ...$args Optional additional parameters to pass to the callback function when it's called. Required |
Return Value
(void)
No return value description available.
Function Information
Since Version
2.5.0
Source File
wp-admin/includes/media.php
Advertisement