__( 'Lead Paragraph', 'business-insider' ) , 'selector' => 'p', 'classes' => 'lead', 'wrapper' => true ), array( 'title' => __( 'Small', 'business-insider' ) , 'inline' => 'small' ), array( 'title' => __( 'Blockquote', 'business-insider' ) , 'block' => 'blockquote', 'classes' => 'blockquote', 'wrapper' => true ), array( 'title' => __( 'Blockquote Footer', 'business-insider' ) , 'block' => 'footer', 'classes' => 'blockquote-footer', 'wrapper' => true ), array( 'title' => __( 'Cite', 'business-insider' ) , '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; } }