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.5.2

do_action('after_plugin_row') is found 1 times:

  • /wp-admin/includes/class-wp-plugins-list-table.php line 1486
    		 *                            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: