PHP 클래스 Roots\StageSwitcher\StageSwitcher
ENVIRONMENTS constant must be a serialized array of 'environment' => 'url' elements:
$envs = [
'development' => 'http://example.dev',
'staging' => 'http://example-staging.com',
'production' => 'http://example.com'
];
define('ENVIRONMENTS', serialize($envs));
WP_ENV must be defined as the current environment
파일 보기
프로젝트 열기: roots/wp-stage-switcher
공개 메소드들
비공개 메소드들
메소드 상세
admin_bar_stage_switcher()
공개 메소드