This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* 管理画面設定 | |
* | |
* @package InfoTown | |
* @author Hiroshi Sawai <[email protected]> | |
* @copyright Hiroshi Sawai | |
*/ | |
class InfoTown_Admin { | |
// 管理者以外アップデート非表示 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* InfoTown_Utils_Pagesテスト | |
* | |
* @package InfoTown | |
* @author Hiroshi Sawai <[email protected]> | |
* @copyright Hiroshi Sawai | |
*/ | |
class InfoTown_Utils_Pages_Test extends WP_UnitTestCase { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
angle-rightを例に記載します。 | |
font-awesome.cssをangle-rightで検索すると下記の記載が見つかります。 | |
fa-angle-right:before { | |
content: "\f105"; | |
} | |
CSSは下記のように記載します。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* HEAD処理 | |
* | |
* @package InfoTown | |
* @author Hiroshi Sawai <[email protected]> | |
* @copyright Hiroshi Sawai | |
*/ | |
class InfoTown_Head { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* WP_Rewriteテスト | |
* | |
* @package InfoTown | |
* @author Hiroshi Sawai <[email protected]> | |
* @copyright Hiroshi Sawai | |
*/ | |
class InfoTown_Rewrite_Test extends WP_UnitTestCase { | |
/** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* InfoTown_Utils_Strテストクラス | |
* | |
* @package InfoTown | |
* @subpackage tests | |
* @author Hiroshi Sawai <[email protected]> | |
* @copyright Hiroshi Sawai | |
* @version 1.0.0 | |
* @since 1.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* WP_UnitTestCaseのサンプル | |
* | |
* @package InfoTown | |
* @author Hiroshi Sawai <[email protected]> | |
* @copyright Hiroshi Sawai | |
*/ | |
class Page_Test extends WP_UnitTestCase { | |
/** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* WP_UnitTestCaseのサンプル | |
* | |
* @package InfoTown | |
* @author Hiroshi Sawai <[email protected]> | |
* @copyright Hiroshi Sawai | |
*/ | |
class Sample_Test extends WP_UnitTestCase { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* テーマのセットアップクラス | |
* | |
* @package InfoTown | |
* @author Hiroshi Sawai <[email protected]> | |
* @copyright Hiroshi Sawai | |
*/ | |
class MyTheme_SetUp { | |
/** |