theme_install_actions

theme_install_actions

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('theme_install_actions') is found 1 times:

  • /wp-admin/includes/class-wp-theme-install-list-table.php line 363
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    *                          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>