Linux 软件免费装

NW Company Profile

开发者 NAKWEB
更新时间 2023年6月20日 12:46
PHP版本: 7.0 及以上
WordPress版本: 5.4.2
版权: GPLv2 or later
版权网址: 版权信息

标签

profile information company basic nakweb nw

下载

1.0.0 1.0.2

详情介绍:

NW Company Profile はウェブサイト内で汎用的に利用する基本情報を管理できるプラグインです。 How to get options ? ID を指定して設定値を取得する NWPF::get('sample01') ID を指定してラベルを取得する NWPF::get_label('sample01') ID を指定してラベルと設定値の配列を取得する NWPF::gets('sample01') すべてのオプションのラベルと設定値の連想配列を取得する ※設定値が空のオプションは取得しません。 NWPF::gets() パラメータを設定して複数のオプションのラベルと設定値の連想配列を取得する ※設定値が空のオプションは取得しません。 NWPF::gets( array( 'key' => array( 'sample01', 'sample02'), 'exclude' => false ) グループを指定してラベルと複数のオプションのラベルと設定値の連想配列を取得する NWPF::get_group('group_name') 住所情報を連結して出力する ※設定値が空のオプションは取得しません。 NWPF::get_address() 任意の位置に範克スペースを挿入する場合は引数を指定します。 NWPF::get_address('sp1' => false, 'sp2' => true, 'sp3' => true) How to output options ? 配列の出力 $option = NWPF::gets('sample01'); echo 'Label : ` . $option[0] . '' . 'Value : ' . $option[1]; 連想配列の出力 $options = NWPF::gets(); foreach( $options as $option ) : echo 'Label : ` . $option[0] . '' . 'Value : ' . $option[1]; endforeach; 本プラグインに定められた形式でHTMLを出力する NWPF::display()

安装:

  1. From the WP admin panel, click “Plugins” -> “Add new”.
  2. In the browser input box, type “NW Company Profile”.
  3. Select the “NW Company Profile” plugin and click “Install”.
  4. Activate the plugin.
OR…
  1. Download the plugin from this page.
  2. Save the .zip file to a location on your computer.
  3. Open the WP admin panel, and click “Plugins” -> “Add new”.
  4. Click “upload”.. then browse to the .zip file downloaded from this page.
  5. Click “Install”.. and then “Activate plugin”.

更新日志:

1.0.2 1.0.1 1.0.0