Adding Content to the Footer

true, 'textarea_name' => $editor_id, 'textarea_rows'=>'8', 'drag_drop_upload' => true ); wp_editor( $content, $editor_id, $settings ); } else { $content = ''; $editor_id = 'acttf_top_editor'; $settings=array( 'media_buttons' => true, 'textarea_name' => $editor_id, 'textarea_rows'=>'8', 'drag_drop_upload' => true ); wp_editor( $content, $editor_id, $settings ); } ?> true, 'textarea_name' => $editor_id, 'textarea_rows'=>'8', 'drag_drop_upload' => true ); wp_editor( $content, $editor_id, $settings ); } else { $content = ''; $editor_id = 'acttf_bottom_editor'; $settings=array( 'media_buttons' => true, 'textarea_name' => $editor_id, 'textarea_rows'=>'8', 'drag_drop_upload' => true ); wp_editor( $content, $editor_id, $settings ); } ?>