WP_Links_List_Table::column_rel( object $link )

In this article

Handles the link relation column output.

Parameters

$linkobjectrequired
The current link object.

Source

public function column_rel( $link ) {
	echo empty( $link->link_rel ) ? '<br />' : $link->link_rel;
}

Changelog

VersionDescription
4.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.