update_plugin_complete_actions

update_plugin_complete_actions

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

See hook in core

Displaying hooks found in version: wordpress-6.7.1

apply_filters('update_plugin_complete_actions') is found 1 times:

  • /wp-admin/includes/class-plugin-upgrader-skin.php line 117
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
             *
             * @param string[] $update_actions Array of plugin action links.
             * @param string   $plugin         Path to the plugin file relative to the plugins directory.
             */
            $update_actions = apply_filters( 'update_plugin_complete_actions', $update_actions, $this->plugin );
     
            if ( ! empty( $update_actions ) ) {
                $this->feedback( implode( ' | ', (array) $update_actions ) );
            }
        }
    }