manage_link_custom_column

manage_link_custom_column

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7

do_action('manage_link_custom_column') is found 1 times:

  • /wp-admin/includes/class-wp-links-list-table.php line 307
    		 *
    		 * @param string $column_name Name of the custom column.
    		 * @param int    $link_id     Link ID.
    		 */
    		do_action( 'manage_link_custom_column', $column_name, $link->link_id );
    	}
    
    	/**
    	 * Generates the list table rows.
    	 *
    	 * @since 3.1.0