update_translations_complete_actions

update_translations_complete_actions

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('update_translations_complete_actions') is found 1 times:

  • /wp-admin/includes/class-language-pack-upgrader-skin.php line 91
    		 * @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 ) );
    		}
    	}
    }