PHP 클래스 EP_Dashboard

Sets up the dashboard page to handle ElasticPress configuration.
파일 보기 프로젝트 열기: 10up/elasticpress 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Placeholder
action_admin_enqueue_scripts ( ) : void Register and Enqueue JavaScripts
action_admin_init ( ) : void Admin-init actions
action_admin_menu ( ) : void Admin menu actions
action_bad_host_notice ( ) Print out mid sync warning notice
action_mid_index_notice ( ) Print out mid sync warning notice
action_wp_ajax_ep_cancel_index ( ) Cancel index
action_wp_ajax_ep_index ( ) Continue index
action_wp_ajax_ep_toggle_module ( ) Toggle module active or inactive
dashboard_page ( ) Build dashboard page
factory ( ) : object Return a singleton instance of the current class
filter_plugin_action_links ( array $plugin_actions, string $plugin_file ) : array Output dashboard link in plugin actions
intro_or_dashboard ( ) Conditionally show dashboard or intro
intro_page ( ) Build settings page
settings_page ( ) Build settings page
setup ( ) Setup actions and filters for all things settings

메소드 상세

__construct() 공개 메소드

Placeholder
부터: 1.9
public __construct ( )

action_admin_enqueue_scripts() 공개 메소드

Registers and enqueues the necessary JavaScripts for the interface.
부터: 1.9
public action_admin_enqueue_scripts ( ) : void
리턴 void

action_admin_init() 공개 메소드

Sets up Settings API.
부터: 1.9
public action_admin_init ( ) : void
리턴 void

action_admin_menu() 공개 메소드

Adds options page to admin menu.
부터: 1.9
public action_admin_menu ( ) : void
리턴 void

action_bad_host_notice() 공개 메소드

Print out mid sync warning notice
부터: 2.1

action_mid_index_notice() 공개 메소드

Print out mid sync warning notice
부터: 2.1

action_wp_ajax_ep_cancel_index() 공개 메소드

Cancel index
부터: 2.1

action_wp_ajax_ep_index() 공개 메소드

Continue index
부터: 2.1

action_wp_ajax_ep_toggle_module() 공개 메소드

Toggle module active or inactive
부터: 2.1

dashboard_page() 공개 메소드

Build dashboard page
부터: 2.1
public dashboard_page ( )

factory() 공개 정적인 메소드

Return a singleton instance of the current class
부터: 2.1
public static factory ( ) : object
리턴 object

intro_or_dashboard() 공개 메소드

Conditionally show dashboard or intro
부터: 2.1
public intro_or_dashboard ( )

intro_page() 공개 메소드

Build settings page
부터: 2.1
public intro_page ( )

settings_page() 공개 메소드

Build settings page
부터: 2.1
public settings_page ( )

setup() 공개 메소드

Setup actions and filters for all things settings
부터: 2.1
public setup ( )