shortcodes.php は、ショートコードをサポートしています。ポストのコンテンツに使用されるマクロを作成するために導入されました。
shortcodes.phpファイルは wp-includes ディレクトリに保存されています。
shortcodes.php タグリスト

WordPress shortcodes.php 関数 リスト
wp-includes/shortcodes.php
| コード | 説明 | タイプ |
|---|---|---|
| add_shortcode() | add_shortcode() とは、ショートコードタグのフックを追加します。shortcodes.php : 89 | functions |
| do_shortcode() | do_shortcode() とは、ショートカットのコンテンツを検索し、ショートカットをフックでフィルタリングします。shortcodes.php : 202 | functions |
| do_shortcode_tag | do_shortcode_tag とは、ショートコードコールバックによって作成された出力をフィルタリングします。shortcodes.php : 357 | hooks |
| do_shortcode_tag() | do_shortcode_tag() とは、ショートコードフックを呼び出すためのdo_shortcode()のために呼び出される正規表現。shortcodes.php : 307 | functions |
| do_shortcodes_in_html_tags() | do_shortcodes_in_html_tags() とは、ショートコードのHTML要素内のみを検索し、処理します。shortcodes.php : 375 | functions |
| get_shortcode_atts_regex() | get_shortcode_atts_regex() とは、ショートコード属性正規表現を取得します。shortcodes.php : 489 | functions |
| get_shortcode_regex() | get_shortcode_regex() とは、検索のためのショートコード正規表現を取得します。shortcodes.php : 254 | functions |
| has_shortcode() | has_shortcode() とは、渡されたコンテンツに指定されたショートコードが含まれているかどうかshortcodes.php : 166 | functions |
| pre_do_shortcode_tag | pre_do_shortcode_tag とは、ショートコードコールバックを呼び出すかどうかをフィルタリングします。shortcodes.php : 338 | hooks |
| remove_all_shortcodes() | remove_all_shortcodes() とは、すべてのショートコードをクリアします。shortcodes.php : 134 | functions |
| remove_shortcode() | remove_shortcode() とは、ショートコードのフックを削除します。shortcodes.php : 117 | functions |
| shortcode_atts _ {$ shortcode} | shortcode_atts _ {$ shortcode} とは、ショートコードのデフォルト属性をフィルタリングします。shortcodes.php : 581 | hooks |
| shortcode_atts() | shortcode_atts() とは、既知の属性とユーザー属性を結合し、必要に応じて既定値を入力します。shortcodes.php : 557 | functions |
| shortcode_exists() | shortcode_exists() とは、 $ tagという名前の登録されたショートコードが存在するかどうかshortcodes.php : 150 | functions |
| shortcode_parse_atts() | shortcode_parse_atts() とは、ショートコードタグからすべての属性を取得します。shortcodes.php : 508 | functions |
| strip_shortcode_tag() | strip_shortcode_tag() とは、投稿内容との照合に基づいて短文タグを削除します。shortcodes.php : 647 | functions |
| strip_shortcodes() | strip_shortcodes() とは、指定されたコンテンツからショートコードタグをすべて削除します。shortcodes.php : 597 | functions |
| strip_shortcodes_tagnames | strip_shortcodes_tagnames とは、ショートコードタグのリストをフィルタリングして、コンテンツから削除します。shortcodes.php : 620 | hooks |
| unescape_invalid_shortcodes() | unescape_invalid_shortcodes() とは、do_shortcodes_in_html_tags()によって追加されたプレースホルダを削除します。shortcodes.php : 474 | functions |
| ソース ファイル | wp-includes/shortcodes.php | File |
WordPress バージョン 4.8.1 wp-includes
| wp-includes/ フォルダ | |
| wp-includes/ certificates | wp-includes/ pomo |
| wp-includes/ css | wp-includes/ random_compat |
| wp-includes/ customize | wp-includes/ Requests |
| wp-includes/ fonts | wp-includes/ rest-api |
| wp-includes/ ID3 | wp-includes/ SimplePie |
| wp-includes/ images | wp-includes/ Text |
| wp-includes/ IXR | wp-includes/ theme-compat |
| wp-includes/ js | wp-includes/ widgets |
