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

do_action('manage_plugins_custom_column') is found 1 times:

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