Changeset 53907 for trunk/src/wp-admin/theme-install.php
- Timestamp:
- 08/18/2022 02:07:53 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r53906 r53907 91 91 * Possible hook names include: 92 92 * 93 * - `install_themes_pre_blockthemes` 93 94 * - `install_themes_pre_dashboard` 94 95 * - `install_themes_pre_featured` … … 97 98 * - `install_themes_pre_updated` 98 99 * - `install_themes_pre_upload` 99 * - `install_themes_pre_blockthemes`100 100 * 101 101 * @since 2.8.0 102 * @since 6.1.0 Added `install_themes_pre_blockthemes` .102 * @since 6.1.0 Added `install_themes_pre_blockthemes` hook name. 103 103 */ 104 104 do_action( "install_themes_pre_{$tab}" ); … … 267 267 * Possible hook names include: 268 268 * 269 * - `install_themes_blockthemes` 269 270 * - `install_themes_dashboard` 270 271 * - `install_themes_featured` … … 273 274 * - `install_themes_updated` 274 275 * - `install_themes_upload` 275 * - `install_themes_blockthemes`276 276 * 277 277 * @since 2.8.0 278 * @since 6.1.0 Added `install_themes_blockthemes` .278 * @since 6.1.0 Added `install_themes_blockthemes` hook name. 279 279 * 280 280 * @param int $paged Number of the current page of results being viewed.
Note: See TracChangeset
for help on using the changeset viewer.