- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
「関数リファレンス/capital P dangit」の版間の差分
提供: WordPress Codex 日本語版
< 関数リファレンス
(英語版をコピペ。) |
細 (→リファレンス: {{Tag Footer}}) |
||
(2人の利用者による、間の4版が非表示) | |||
2行目: | 2行目: | ||
== 説明 == | == 説明 == | ||
</div> | </div> | ||
− | + | "Wordpress" という誤った表記を "WordPress" に変更します。 | |
− | + | WordPress はこれを [[テンプレートタグ/the_content|the content]] 、 [[テンプレートタグ/the_title|the title]] 、 [[テンプレートタグ/comment_text|comment text]] のフィルターにて用います。 | |
− | WordPress | + | |
<div id="Usage"> | <div id="Usage"> | ||
+ | |||
== 使用法 == | == 使用法 == | ||
</div> | </div> | ||
− | <?php capital_P_dangit( $text ); ?> | + | |
+ | <pre> | ||
+ | <?php capital_P_dangit( $text ); ?> | ||
+ | </pre> | ||
<div id="Parameters"> | <div id="Parameters"> | ||
+ | |||
== パラメーター == | == パラメーター == | ||
</div> | </div> | ||
− | ; <var>text</var> : (string) | + | ; <var>text</var> : (string) フォーマットするテキスト。 |
<div id="Removing"> | <div id="Removing"> | ||
+ | |||
== 削除 == | == 削除 == | ||
</div> | </div> | ||
− | + | これらのフィルターを使いたくない場合、以下のようにして削除します: | |
<pre> | <pre> | ||
35行目: | 40行目: | ||
== リファレンス == | == リファレンス == | ||
</div> | </div> | ||
− | * [http://justintadlock.com/archives/2010/07/08/lowercase-p-dangit Lowercase p, dangit!] | + | * [http://justintadlock.com/archives/2010/07/08/lowercase-p-dangit Lowercase p, dangit!] Justin Tadlock によるこのフィルターの問題点に関する良い内容です。 |
* [http://capitalp.org Capitalp.org] | * [http://capitalp.org Capitalp.org] | ||
− | |||
− | + | {{Tag Footer}} | |
− | + | ||
− | {{ | + | |
+ | {{原文| Function Reference/capital P dangit |141102}}<!-- 18:00, February 8, 2014 Djkaz 版 --> |
2015年5月18日 (月) 09:04時点における最新版
"Wordpress" という誤った表記を "WordPress" に変更します。 WordPress はこれを the content 、 the title 、 comment text のフィルターにて用います。
使用法
<?php capital_P_dangit( $text ); ?>
パラメーター
- text
- (string) フォーマットするテキスト。
削除
これらのフィルターを使いたくない場合、以下のようにして削除します:
remove_filter( 'the_title', 'capital_P_dangit', 11 ); remove_filter( 'the_content', 'capital_P_dangit', 11 ); remove_filter( 'comment_text', 'capital_P_dangit', 31 );
ソースファイル
capital_P_dangit() は wp-includes/formatting.php
の 3327 行目にあります。
リファレンス
- Lowercase p, dangit! Justin Tadlock によるこのフィルターの問題点に関する良い内容です。
- Capitalp.org
関数リファレンス、テンプレートタグ目次もご覧ください。
最新英語版: WordPress Codex » Function Reference/capital P dangit (最新版との差分)