2019年8月20日のブックマーク (2件)

  • WordPress ウィジェット API - WordPress Codex 日本語版

    このページは開発者向けの WordPress ウィジェット API 技術文書です。一般のユーザー向けには「 ウィジェット」ページを参照してください。 技術的に言えば、WordPress ウィジェットは widget() メソッドが呼ばれると文字列データを STDOUT に出力する PHP オブジェクトです。ソースコードは wp-includes/widgets.php にあります。 ウィジェットの開発 ウィジェットの開発は標準の WP_Widget クラスといくつかの関数を拡張するだけで済みます。 基底クラスには、ウィジェットとして動作するには拡張する必要のある関数の情報が含まれています。 WP_Widget クラスは wp-includes/widgets.php にあります。 標準的な使い方 class My_Widget extends WP_Widget { /** * ウィジェッ

    QWI00424
    QWI00424 2019/08/20
    create_functionを使わない記述方法
  • AdditionalResources/Repositories - CentOS Wiki

    Available Repositories for CentOS There are several repositories provided by CentOS and other 3rd party developers that offer software packages that are not included in the default base and updates repositories. While no list can be 100% complete, as anyone may announce an archive, it represents some major efforts and provides a summary of what each repository offers. These repositories have varyi

    QWI00424
    QWI00424 2019/08/20
    CentOS 7の外部リポジトリ一覧