do_action( 'install_plugins_upload' )
Fired at · 1
wp-admin/plugin-install.php:181file scope
Source
View on Trac ↗View on GitHub ↗
175 */176if ( 'upload' !== $tab ) {177 ?>178 <div class="upload-plugin-wrap">179 <?php180 181 do_action( 'install_plugins_upload', $paged );182 ?>183 </div>184 <?php185 $wp_list_table->views();186}187
History
Unchanged from 6.7.7 through 7.1.0.
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.1.0 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.