PHP 인터페이스 Inpsyde\MultilingualPress\Common\Setting\User\UserSettingViewModel

부터: 3.0.0
파일 보기 프로젝트 열기: inpsyde/multilingual-press 0 사용 예제들

공개 메소드들

메소드 설명
markup ( WP_User $user ) : string Returns the markup for the user setting.
title ( WP_User $user ) : string Returns the title of the user setting.

메소드 상세

markup() 공개 메소드

Returns the markup for the user setting.
부터: 3.0.0
public markup ( WP_User $user ) : string
$user WP_User User object.
리턴 string The markup for the user setting.

title() 공개 메소드

Returns the title of the user setting.
부터: 3.0.0
public title ( WP_User $user ) : string
$user WP_User User object.
리턴 string The markup for the user setting.