Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




remove_shortcode [ WordPress Function ]

remove_shortcode ( $tag )
Parameters:
  • (string) $tag shortcode tag to remove hook for.
Uses:
  • $shortcode_tags
Defined at:



Removes hook for shortcode.

Source


<?php
function remove_shortcode($tag) {
    global 
$shortcode_tags;

    unset(
$shortcode_tags[$tag]);
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics