WP_MS_Users_List_Table::_column_blogs( WP_User $user, string $classes, string $data, string $primary )

In this article

Parameters

$userWP_Userrequired
$classesstringrequired
$datastringrequired
$primarystringrequired

Source

protected function _column_blogs( $user, $classes, $data, $primary ) {
	echo '<td class="', $classes, ' has-row-actions" ', $data, '>';
	echo $this->column_blogs( $user );
	echo $this->handle_row_actions( $user, 'blogs', $primary );
	echo '</td>';
}

Changelog

VersionDescription
4.3.0Introduced.

User Contributed Notes

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