My Apps

描述

Plugins that act like local apps can register to be shown in this launcher.

Code Example

`php

add_filter( ‘my_apps_plugins’, function ( $apps ) {
// Add your app to the array. These three keys are mandatory:
$apps[‘friends’] = array(
// Name: The name that will be displayed.
‘name’ => __( ‘Friends’, ‘friends’ ),
// The icon as a URL. You can also use a local URL inside a plugin, using plugins_url().
‘icon_url’ => ‘https://ps.w.org/friends/assets/icon-256×256.png’,
// The URL this should link to.
‘url’ => home_url( ‘/friends/’ ),
);
return $apps;
} );
`

螢幕截圖

  • The Launcher
  • Settings

評價

There are no reviews for this plugin.

貢獻者及開發者

“My Apps” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 My Apps 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄