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



title_save_pre › WordPress Filter Hooks

Sincen/a
Deprecatedn/a
apply_filters( 'title_save_pre', wp_slash( $menu_item_value['title'] )
Defined at:
Codex:

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





Source

$menu_item_value['title'] = wp_unslash( apply_filters( 'title_save_pre', wp_slash( $menu_item_value['title'] ) ) );