'Lead Paragraph', 'selector' => 'p', 'classes' => 'lead', 'wrapper' => true, ), array( 'title' => 'Small', 'inline' => 'small', ), array( 'title' => 'Blockquote', 'block' => 'blockquote', 'classes' => 'blockquote', 'wrapper' => true, ), array( 'title' => 'Blockquote Footer', 'block' => 'footer', 'classes' => 'blockquote-footer', 'wrapper' => true, ), array( 'title' => 'Cite', 'inline' => 'cite', ), ); if ( isset( $settings['style_formats'] ) ) { $orig_style_formats = json_decode( $settings['style_formats'], true ); $style_formats = array_merge( $orig_style_formats, $style_formats ); } $settings['style_formats'] = json_encode( $style_formats ); return $settings; } }