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


Parameters

$user WP_User Required
$classes string Required
$data string Required
$primary string Required

Top ↑

Source

File: wp-admin/includes/class-wp-ms-users-list-table.php. View all references

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>';
}


Top ↑

Changelog

Changelog
Version Description
4.3.0 Introduced.

Top ↑

User Contributed Notes

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