do_action( 'install_plugins_upload' )
Fired at · 1
wp-admin/plugin-install.php:172file scope
Source
View on Trac ↗View on GitHub ↗
166 */167if ( 'upload' !== $tab ) {168 ?>169 <div class="upload-plugin-wrap">170 <?php171 172 do_action( 'install_plugins_upload' );173 ?>174 </div>175 <?php176 $wp_list_table->views();177}178
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.0.4 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.