PHP Interface Inpsyde\MultilingualPress\Common\Setting\User\UserSettingViewModel

Since: 3.0.0
Datei anzeigen Open project: inpsyde/multilingual-press Interface Usage Examples

Public Methods

Method Description
markup ( WP_User $user ) : string Returns the markup for the user setting.
title ( WP_User $user ) : string Returns the title of the user setting.

Method Details

markup() public method

Returns the markup for the user setting.
Since: 3.0.0
public markup ( WP_User $user ) : string
$user WP_User User object.
return string The markup for the user setting.

title() public method

Returns the title of the user setting.
Since: 3.0.0
public title ( WP_User $user ) : string
$user WP_User User object.
return string The markup for the user setting.