update_theme_complete_actions

update_theme_complete_actions

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('update_theme_complete_actions') is found 1 times:

  • /wp-admin/includes/class-theme-upgrader-skin.php line 138
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
             *
             * @param string[] $update_actions Array of theme action links.
             * @param string   $theme          Theme directory name.
             */
            $update_actions = apply_filters( 'update_theme_complete_actions', $update_actions, $this->theme );
     
            if ( ! empty( $update_actions ) ) {
                $this->feedback( implode( ' | ', (array) $update_actions ) );
            }
        }
    }