- 赤色のリンクは、まだ日本語Codexに存在しないページ・画像です。英語版と併せてご覧ください。(詳細)
関数リファレンス/remove shortcode
提供: WordPress Codex 日本語版
目次
Description
Removes hook for shortcode.
Usage
%%%<?php remove_shortcode( $tag ); ?>%%%
Parameters
- $tag
- (string) (必須) Shortcode tag to remove hook for
- 初期値: なし
Return Values
- (none)
Examples
Notes
Change Log
Since: 2.5
Source File
remove_shortcode() is located in wp-includes/shortcodes.php
.
Related
ショートコード: do_shortcode(), add_shortcode(), remove_shortcode(), remove_all_shortcodes(), shortcode_atts(), strip_shortcodes(), shortcode_exists(), has_shortcode(), get_shortcode_regex(), wp_audio_shortcode(), wp_video_shortcode(), フィルター no_texturize_shortcodes /en
関数リファレンス、テンプレートタグ目次もご覧ください。