PHP 클래스 Admin_Apple_Notice, apple-news

부터: 0.6.0
파일 보기 프로젝트 열기: alleyinteractive/apple-news 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $settings ) Constructor.
error ( string $message, integer $user_id = null ) Add an error message.
has_notice ( ) Check if a notice exists.
info ( string $message, integer $user_id = null ) Add an info message.
message ( string $message, string $type, integer $user_id = null ) Add a notice message to be displayed.
show ( ) Show the admin notice.
success ( string $message, integer $user_id = null ) Add a success message.

비공개 메소드들

메소드 설명
add_user_meta ( integer $user_id, string $key, mixed $value ) Handle adding user meta across potential hosting platforms.
delete_user_meta ( integer $user_id, string $key ) Handle deleting user meta across potential hosting platforms.
get_user_meta ( integer $user_id, string $key ) : mixed Handle getting user meta across potential hosting platforms.
show_notice ( string $message, string $type ) Display the admin notice template.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $settings )

error() 공개 정적인 메소드

Add an error message.
public static error ( string $message, integer $user_id = null )
$message string
$user_id integer

has_notice() 공개 정적인 메소드

Check if a notice exists.
public static has_notice ( )

info() 공개 정적인 메소드

Add an info message.
public static info ( string $message, integer $user_id = null )
$message string
$user_id integer

message() 공개 정적인 메소드

Add a notice message to be displayed.
public static message ( string $message, string $type, integer $user_id = null )
$message string
$type string
$user_id integer

show() 공개 정적인 메소드

Show the admin notice.
public static show ( )

success() 공개 정적인 메소드

Add a success message.
public static success ( string $message, integer $user_id = null )
$message string
$user_id integer