PHP 클래스 Admin_Apple_News, apple-news

상속: extends Apple_News
파일 보기 프로젝트 열기: alleyinteractive/apple-news 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$settings Settings Current settings.

공개 메소드들

메소드 설명
__construct ( ) Constructor.
get_post_status ( integer $post_id ) : string Get post status.
plugin_styles ( ) Implements certain plugin styles inline.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

get_post_status() 공개 정적인 메소드

Get post status.
public static get_post_status ( integer $post_id ) : string
$post_id integer
리턴 string

plugin_styles() 공개 메소드

Implements certain plugin styles inline.
public plugin_styles ( )

프로퍼티 상세

$settings 공개적으로 정적으로 프로퍼티

Current settings.
public static Settings $settings
리턴 Settings