manage_plugins_custom_column

manage_plugins_custom_column

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('manage_plugins_custom_column') is found 1 times:

  • /wp-admin/includes/class-wp-plugins-list-table.php line 1404
    1400
    1401
    1402
    1403
    1404
    1405
    1406
    1407
    1408
    1409
    1410
                 * @param array  $plugin_data An array of plugin data. See get_plugin_data()
                 *                            and the {@see 'plugin_row_meta'} filter for the list
                 *                            of possible values.
                 */
                do_action( 'manage_plugins_custom_column', $column_name, $plugin_file, $plugin_data );
     
                echo '</td>';
        }
    }
     
    echo '</tr>';

See this hook used in plugins: