after_plugin_row

after_plugin_row

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('after_plugin_row') is found 1 times:

  • /wp-admin/includes/class-wp-plugins-list-table.php line 1491
    1487
    1488
    1489
    1490
    1491
    1492
    1493
    1494
    1495
    1496
    1497
    *                            Possible values are: 'all', 'active', 'inactive',
     *                            'recently_activated', 'upgrade', 'mustuse', 'dropins',
     *                            'search', 'paused', 'auto-update-enabled', 'auto-update-disabled'.
     */
    do_action( 'after_plugin_row', $plugin_file, $plugin_data, $status );
     
    /**
     * Fires after each specific row in the Plugins list table.
     *
     * The dynamic portion of the hook name, `$plugin_file`, refers to the path
     * to the plugin file, relative to the plugins directory.

See this hook used in plugins: