Falls Sie einen Shortcode wieder entfernen wollen, nutzen Sie remove_shortcode()
:
<?php
function remove_shortcode( $tag ) {
...
}
?>
Es gilt:
- $tag
(string)
Der Name des Shortcodes.
Die Funktion hat keinen Rückgabewert.
Beispiel
Falls Sie einen Shortcode wieder entfernen wollen, nutzen Sie remove_shortcode()
:
<?php
function remove_shortcode( $tag ) {
...
}
?>
Es gilt:
(string)
Die Funktion hat keinen Rückgabewert.
Beispiel