false, 'teeny' => true, ); /** * Filter the settings passed to wp_editor() for the post excerpt. * * @see wp_editor() * * @param array $settings Settings for wp_editor(). */ $settings = apply_filters( 'ape_editor_settings', $settings ); wp_editor( html_entity_decode( $post->post_excerpt ), 'excerpt', $settings ); }