update_translations_complete_actions

update_translations_complete_actions

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('update_translations_complete_actions') is found 1 times:

  • /wp-admin/includes/class-language-pack-upgrader-skin.php line 109
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
             * @since 3.7.0
             *
             * @param string[] $update_actions Array of translations update links.
             */
            $update_actions = apply_filters( 'update_translations_complete_actions', $update_actions );
     
            if ( $update_actions && $this->display_footer_actions ) {
                $this->feedback( implode( ' | ', $update_actions ) );
            }
        }
    }