wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



content_save_pre › WordPress Filter Hooks

Seitn/v
Veraltetn/v
apply_filters( 'content_save_pre', wp_slash( $menu_item_value['description'] )
Definiert in:
Codex:

This filter is documented in wp-includes/post.php





Quellcode

$menu_item_value['description'] = wp_unslash( apply_filters( 'content_save_pre', wp_slash( $menu_item_value['description'] ) ) );