theme_install_actions

theme_install_actions

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('theme_install_actions') is found 1 times:

  • /wp-admin/includes/class-wp-theme-install-list-table.php line 359
    		 *                          links to Install Now, Preview, and Details.
    		 * @param stdClass $theme   An object that contains theme data returned by the
    		 *                          WordPress.org API.
    		 */
    		$actions = apply_filters( 'theme_install_actions', $actions, $theme );
    
    		?>
    		<a class="screenshot install-theme-preview" href="<?php echo esc_url( $preview_url ); ?>" title="<?php echo esc_attr( $preview_title ); ?>">
    			<img src="<?php echo esc_url( $theme->screenshot_url . '?ver=' . $theme->version ); ?>" width="150" alt="" />
    		</a>