Linux 软件免费装

Pantheon HUD

开发者 getpantheon
danielbachhuber
jspellman
jazzs3quence
更新时间 2023年4月7日 05:07
PHP版本: 4.9 及以上
WordPress版本: 6.2
版权: GPLv2 or later
版权网址: 版权信息

标签

hosting Pantheon

下载

0.4.3 0.1.0 0.1.1 0.1.2 0.1.3 0.1.4 0.2.0 0.2.1 0.2.2 0.3.0 0.3.1 0.4.1 0.4.2

详情介绍:

This plugin provides situational awareness of the Pantheon plaform from within your WordPress dashboard. It's helpful to be reminded what environment you're in, as well as providing quick links to get back to Pantheon's dashboard, or to interface with your WordPress installation via the command line. Pantheon HUD is in early stages of development. We want your feedback! Create a Github issue with questions, feature requests, or bug reports.

安装:

Installation is vanilla. The plugin should have no ill effect when the site is running locally or if you move your site off the Pantheon platform. It knows how to nerf itself in other environments. By default, the Pantheon HUD appears for logged-in users with the manage_options capability. You can instead restrict it to specific users with the pantheon_hud_current_user_can_view filter: add_filter( 'pantheon_hud_current_user_can_view', function(){ $current_user = wp_get_current_user(); if ( $current_user && in_array( $current_user->user_login, array( 'myuserlogin' ) ) ) { return true; } return false; });

更新日志:

0.4.3 (April 6, 2023) 0.4.2 (January 23, 2023) 0.4.1 (November 28, 2022) 0.4.0 (November 22, 2022) 0.3.1 (March 13, 2020) 0.3.0 (March 11, 2020) 0.2.2 (October 28, 2019) 0.2.1 (September 9, 2019) 0.2.0 (July 8, 2019) 0.1.4 (July 18, 2018) 0.1.3 (July 6, 2018) 0.1.2 (June 8, 2017) 0.1.1 (February 27, 2017) 0.1.0 (January 22, 2016)