PHP 클래스 MC4WP_Admin_Tools

파일 보기 프로젝트 열기: dannyvankooten/mailchimp-for-wordpress 1 사용 예제들

공개 메소드들

메소드 설명
get_plugin_page ( ) : string
get_required_capability ( ) : string Get required capability to access settings page and view dashboard widgets.
is_user_authorized ( ) : boolean Does the logged-in user have the required capability?
on_plugin_page ( string $page = null ) : boolean

메소드 상세

get_plugin_page() 공개 메소드

public get_plugin_page ( ) : string
리턴 string

get_required_capability() 공개 메소드

Get required capability to access settings page and view dashboard widgets.
public get_required_capability ( ) : string
리턴 string

is_user_authorized() 공개 메소드

Does the logged-in user have the required capability?
public is_user_authorized ( ) : boolean
리턴 boolean

on_plugin_page() 공개 메소드

public on_plugin_page ( string $page = null ) : boolean
$page string
리턴 boolean