ruạṛ
<div id="pf-tabs"> <div class="pf-bu-tabs pf-bu-is-centered"> <ul> <li class="<?php echo $this->is_tab( 0 ) ? 'pf-bu-is-active' : ''; ?>" data-id="0"><a href="#tab-standard"><?php _e( 'Standard', 'printfriendly' ); ?></a></li> <li class="<?php echo $this->is_tab( 1 ) ? 'pf-bu-is-active' : ''; ?>" data-id="1"><a href="#tab-advanced"><?php _e( 'Advanced', 'printfriendly' ); ?></a></li> <?php if ( WP_DEBUG ) { ?> <li><a href="#tab-debug"><?php _e( 'Debug', 'printfriendly' ); ?></a></li> <?php } ?> </ul> </div> <section id="tab-standard"> <div class="pf-bu-container"> <?php include_once PRINTFRIENDLY_BASEPATH . '/views/pro.php'; ?> <div class="pf-bu-block pf-bu-card"> <header class="pf-bu-card-header"> <p class="pf-bu-card-header-title"> <?php _e( 'Select content using', 'printfriendly' ); ?> </p> </header> <div class="pf-bu-card-content"> <?php if ( class_exists( 'WooCommerce' ) ) { ?> <p><?php _e( 'Not available for woocommerce', 'printfriendly' ); ?></p> <?php } else { ?> <select class="pf-bu-select" id="pf-algo-usage" name="<?php echo $this->option_name; ?>[pf_algo]"> <option value="wp" <?php $this->selected( 'pf_algo', 'wp' ); ?>> <?php _e( 'WP Template', 'printfriendly' ); ?></option> <option value="pf" <?php $this->selected( 'pf_algo', 'pf' ); ?>> <?php _e( 'Content Algorithm', 'printfriendly' ); ?></option> </select> <?php } ?> </div> <div class="pf-bu-card-footer"> <p class="pf-bu-card-footer-item"><?php _e( 'Change this setting if your content is not showing in the preview.', 'printfriendly' ); ?></p> <p class="pf-bu-card-footer-item"><a href="https://printfriendly.freshdesk.com/support/solutions/articles/69000080285-page-content-not-selected" target="_new"><?php _e( 'Documentation', 'printfriendly' ); ?></a></p> </div> </div> <div class="pf-bu-block pf-bu-card"> <header class="pf-bu-card-header"> <p class="pf-bu-card-header-title"> <?php _e( 'Button Style', 'printfriendly' ); ?> </p> </header> <div class="pf-bu-card-content"> <div class="pf-bu-columns pf-bu-is-multiline" id="button-style"> <?php $buttons = array( 'buttongroup1' => array( 'printfriendly-pdf-email-button.png', 'printfriendly-pdf-email-button-md.png', 'printfriendly-pdf-email-button-notext.png', ), 'buttongroup2' => array( 'printfriendly-pdf-button.png', 'printfriendly-pdf-button-nobg.png', 'printfriendly-pdf-button-nobg-md.png', ), 'buttongroup3' => array( 'printfriendly-button.png', 'printfriendly-button-nobg.png', 'printfriendly-button-md.png', 'printfriendly-button-lg.png', ), 'buttongroup4' => array( 'print-button.png', 'print-button-nobg.png', 'print-button-gray.png', ), ); foreach ( $buttons as $class => $array ) { foreach ( $array as $button ) { ?> <div class="pf-bu-column pf-bu-is-one-quarter"> <?php $this->radio( 'buttons/' . $button ); ?> </div> <?php } } ?> </div> <div class="pf-bu-columns"> <div class="pf-bu-column"> <label> <input id="custom-btn" class="radio" name="<?php echo $this->option_name; ?>[button_type]" type="radio" value="custom-button" <?php echo $this->checked( 'button_type', 'custom-button', false ); ?> > <?php _e( 'Custom Button', 'printfriendly' ); ?> </label> <div class="pf-bu-tile pf-bu-is-ancestor"> <div class="custom-btn pf-bu-tile pf-bu-is-4 pf-bu-is-flex-direction-column" id="custom-img"> <h2><?php _e( 'Image', 'printfriendly' ); ?></h2> <?php $this->radio_custom_image( 'https://cdn.printfriendly.com/icons/printfriendly-icon-sm.png' ); ?> <?php $this->radio_custom_image( 'https://cdn.printfriendly.com/icons/printfriendly-icon-md.png' ); ?> <?php $this->radio_custom_image( 'https://cdn.printfriendly.com/icons/printfriendly-icon-lg.png' ); ?> <label for="custom-image-rb" class="radio-custom-btn"> <input id="custom-image-rb" type="radio" name="<?php echo $this->option_name; ?>[custom_button_icon]" value="custom-image" <?php $this->checked( 'custom_button_icon', 'custom-image' ); ?>> <?php _e( 'Use Your Image', 'printfriendly' ); ?> <div id="enter-image-url"> <input type="button" class="pf_upload_image_button button button-secondary" data-pf-element="#custom_image" value="<?php _e( 'Select Image', 'printfriendly' ); ?>"> <input id="custom_image" type="hidden" name="<?php echo $this->option_name; ?>[custom_image]" value="<?php $this->val( 'custom_image' ); ?>" /> <span id="custom_image_label"> <?php if ( ! empty( $this->val( 'custom_image', false ) ) ) { ?> <img src="<?php $this->val( 'custom_image' ); ?>"> <?php } ?> </span> <div id="pf-custom-button-error"></div> </div> </label> <label class="radio-custom-btn"> <input type="radio" name="<?php echo $this->option_name; ?>[custom_button_icon]" value="no-image" <?php $this->checked( 'custom_button_icon', 'no-image' ); ?>> <?php _e( 'No Image', 'printfriendly' ); ?> </label> </div> <div class="custom-btn pf-bu-tile pf-bu-is-4 pf-bu-is-flex-direction-column" id="custom-txt"> <h2><?php _e( 'Text', 'printfriendly' ); ?></h2> <div id="txt-enter"> <div class="pf-form-element"> <input id="custom-text-rb" type="radio" name="<?php echo $this->option_name; ?>[custom_button_text]" value="custom-text" <?php $this->checked( 'custom_button_text', 'custom-text' ); ?>> <input id="custom_text" type="text" size="10" class="clear regular-text" name="<?php echo $this->option_name; ?>[custom_text]" value="<?php $this->val( 'custom_text' ); ?>"> <div id="pf-txt-attributes"> <div id="txt-size"> <?php _e( 'Text Size', 'printfriendly' ); ?> <input type="number" id="text_size" min="9" max="25" class="small-text" name="<?php echo $this->option_name; ?>[text_size]" value="<?php $this->val( 'text_size' ); ?>" /> <input type="text" class="pf-color-picker" name="<?php echo $this->option_name; ?>[text_color]" id="text_color" value="<?php $this->val( 'text_color' ); ?>" /> </div> </div> </div> <label> <input type="radio" id="custom-text-no" name="<?php echo $this->option_name; ?>[custom_button_text]" value="no-text" <?php $this->checked( 'custom_button_text', 'no-text' ); ?>> <?php _e( 'No Text', 'printfriendly' ); ?> </label> </div> </div> <div class="custom-btn pf-bu-tile pf-bu-is-4 pf-bu-is-flex-direction-column" id="custom-button-preview"> <h2><?php _e( 'Preview', 'printfriendly' ); ?></h2> <?php $this->custom_button_preview(); ?> </div> </div> </div> </div> </div> </div> <div class="pf-bu-block pf-bu-card"> <header class="pf-bu-card-header"> <p class="pf-bu-card-header-title"> <?php _e( 'Button Position', 'printfriendly' ); ?> </p> </header> <div class="pf-bu-card-content"> <label for="pf_content_position" class="pf-bu-label"><?php _e( 'Alignment', 'printfriendly' ); ?></label> <select class="pf-bu-select" id="pf_content_position" name="<?php echo $this->option_name; ?>[content_position]"> <option value="left" <?php selected( $this->options['content_position'], 'left' ); ?>><?php _e( 'Left Align', 'printfriendly' ); ?></option> <option value="right" <?php selected( $this->options['content_position'], 'right' ); ?>><?php _e( 'Right Align', 'printfriendly' ); ?></option> <option value="center" <?php selected( $this->options['content_position'], 'center' ); ?>><?php _e( 'Center', 'printfriendly' ); ?></option> <option value="none" <?php selected( $this->options['content_position'], 'none' ); ?>><?php _e( 'None', 'printfriendly' ); ?></option> </select> <label for="pf_content_placement" class="pf-bu-label"><?php _e( 'Placement', 'printfriendly' ); ?></label> <select class="pf-bu-select" id="pf_content_placement" name="<?php echo $this->option_name; ?>[content_placement]"> <option value="before" <?php selected( $this->options['content_placement'], 'before' ); ?>><?php _e( 'Above Content', 'printfriendly' ); ?></option> <option value="after" <?php selected( $this->options['content_placement'], 'after' ); ?>><?php _e( 'Below Content', 'printfriendly' ); ?></option> </select> </div> </div> <div class="pf-bu-block pf-bu-card"> <header class="pf-bu-card-header"> <p class="pf-bu-card-header-title"> <?php _e( 'Button Display', 'printfriendly' ); ?> </p> </header> <div class="pf-bu-card-content"> <label for="pages" class="pf-bu-label"><?php _e( 'Pages to show on', 'printfriendly' ); ?></label> <div id="pages"> <?php $this->create_checkbox( 'posts', __( 'Posts', 'printfriendly' ) ); ?> <?php $this->create_checkbox( 'pages', __( 'Pages', 'printfriendly' ) ); ?> <?php $this->create_checkbox( 'homepage', __( 'Homepage', 'printfriendly' ) ); ?> <?php $this->create_checkbox( 'categories', __( 'Category Pages', 'printfriendly' ) ); ?> <?php $this->create_checkbox( 'taxonomies', __( 'Taxonomy Pages', 'printfriendly' ) ); ?> <label for="show_on_template"> <input type="checkbox" class="show_template" name="show_on_template" id="show_on_template" /><?php echo _e( 'Add direct to template', 'printfriendly' ); ?> </label> <div id="pf-snippet"> <code><?php if( function_exists( 'pf_show_link' ) ){ echo pf_show_link(); } ?></code> <a class="pf-clipboard" href="javascript:;" data-clipboard-text="<?php echo '<?php if( function_exists( \'pf_show_link\' ) ) { echo pf_show_link(); } ?>'; ?>"><span class="pf-bu-tag pf-bu-is-info pf-bu-is-light"><?php _e( 'Copy Snippet', 'printfriendly' ); ?></span></a> </div> <label<?php /* for="pf-shortcode2"*/ ?>><?php _e( 'or use the shortcode inside your page/article', 'printfriendly' ); ?></label> <code>[printfriendly]</code><a class="pf-clipboard" href="javascript:;" data-clipboard-text="<?php echo '[printfriendly]'; ?>"><span class="pf-bu-tag pf-bu-is-info pf-bu-is-light"><?php _e( 'Copy Shortcode', 'printfriendly' ); ?></span></a> </div> <hr/> <label for="categories" class="pf-bu-label"><?php _e( 'Specific categories to show on', 'printfriendly' ); ?></label> <?php $select = wp_dropdown_categories( apply_filters( 'printfriendly_category_args', array( 'show_count' => 0, 'orderby' => 'name', 'echo' => 0, 'hide_empty' => false, // show a category even if it has no posts assigned 'class' => 'pf-select2', 'name' => 'printfriendly_option[show_on_cat]', 'id' => 'show_on_cat', 'selected' => isset( $this->options['show_on_cat'] ) ? $this->options['show_on_cat'] : '', ) ) ); $select = str_replace( '<select ', '<select multiple ', $select ); echo $select; ?> </div> <div class="pf-bu-card-footer"> <p class="pf-bu-card-footer-item"><a href="https://printfriendly.freshdesk.com/support/solutions/articles/69000080457-manual-button-placement-in-wordpress" target="_new"><?php _e( 'Documentation', 'printfriendly' ); ?></a></p> </div> </div> <div class="pf-bu-container"> <div class="pf-bu-is-flex pf-bu-is-justify-content-center"> <input type="submit" class="button-primary pf-bu-is-medium pf-bu-button" value="<?php esc_attr_e( 'Save Options', 'printfriendly' ); ?>" /> <input type="reset" class="button-secondary pf-bu-is-medium pf-bu-button" value="<?php esc_attr_e( 'Cancel', 'printfriendly' ); ?>" /> </div> </div> </div> </section> <section id="tab-advanced"> <div class="pf-bu-container"> <div class="pf-bu-block pf-bu-card"> <header class="pf-bu-card-header"> <p class="pf-bu-card-header-title"> <?php _e( 'Page header', 'printfriendly' ); ?> </p> </header> <div class="pf-bu-card-content"> <div class="pf-bu-columns"> <div class="pf-bu-column pf-bu-is-6"> <label for="icon_favicon"> <input id="icon_favicon" type="radio" name="<?php echo $this->option_name; ?>[logo]" value="favicon" <?php echo $this->options['logo'] === 'favicon' ? 'checked' : ''; ?>> <?php _e( 'My Website Icon', 'printfriendly' ); ?> </label> </div> <div class="pf-bu-column pf-bu-is-6"> <label for="icon-upload-an-image"> <input id="icon-upload-an-image" type="radio" name="<?php echo $this->option_name; ?>[logo]" value="upload-an-image" <?php echo $this->options['logo'] === 'upload-an-image' ? 'checked' : ''; ?>> <?php _e( 'Custom Image', 'printfriendly' ); ?> <div id="custom-logo"><div class="pf-bu-tile pf-bu-is-ancestor"> <div class="pf-bu-tile pf-bu-is-vertical"> <div class="pf-bu-tile pf-bu-is-4 pf-bu-is-flex-direction-column"> <div> <input type="button" class="pf_upload_image_button button button-secondary" data-pf-element="#custom_logo" value="<?php _e( 'Select Image', 'printfriendly' ); ?>"> <input id="custom_logo" type="hidden" name="<?php echo $this->option_name; ?>[image_url]" value="<?php $this->val( 'image_url' ); ?>" /> <span id="custom_logo_label"> <?php if ( ! empty( $this->val( 'image_url', false ) ) ) { ?> <img src="<?php $this->val( 'image_url' ); ?>"> <?php } ?> </span> </div> </div> <div class="pf-bu-tile pf-bu-is-4 pf-bu-is-flex-direction-column"> <div> <div class="pf-bu-field pf-bu-has-addons"> <p class="pf-bu-control"> <a class="pf-bu-button pf-bu-is-static"> <?php _e( 'Tagline (optional)', 'printfriendly' ); ?> </a> </p> <p class="pf-bu-control"> <input id="image-tagline" type="text" class="pf-bu-input regular-text pf-regular-text" name="<?php echo $this->option_name; ?>[tagline]" value="<?php $this->val( 'tagline' ); ?>" /> </p> </div> </div> </div> </div> </div></div> </label> </div> </div> <div id="pf-image-error"></div> <div id="pf-image-preview"></div> </div> <div class="pf-bu-card-footer"> <p class="pf-bu-card-footer-item"><a href="https://printfriendly.freshdesk.com/support/solutions/articles/69000080358-create-a-custom-header-in-wordpress" target="_new"><?php _e( 'Documentation', 'printfriendly' ); ?></a></p> </div> </div> <!-- TODO: disable for non pro? --> <div class="pf-bu-block pf-bu-card"> <header class="pf-bu-card-header"> <p class="pf-bu-card-header-title"> <?php _e( 'Password Protected Content', 'printfriendly' ); ?> </p> </header> <div class="pf-bu-card-content"> <select class="pf-bu-select" id="password_protected" name="<?php echo $this->option_name; ?>[password_protected]"> <option value="no" <?php selected( $this->options['password_protected'], 'no' ); ?>><?php _e( 'No', 'printfriendly' ); ?></option> <option value="yes" <?php selected( $this->options['password_protected'], 'yes' ); ?>><?php _e( 'Yes', 'printfriendly' ); ?></option> </select> </div> <div class="pf-bu-card-footer"> <p class="pf-bu-card-footer-item"><?php _e( 'This feature requires a Pro subscription.', 'printfriendly' ); ?> <a href="https://www.printfriendly.com/pro" target="_blank"><?php _e( 'Learn More', 'printfriendly' ); ?></a></p> </div> </div> <div class="pf-bu-block pf-bu-card"> <header class="pf-bu-card-header"> <p class="pf-bu-card-header-title"> <?php _e( 'Track in Google Analytics', 'printfriendly' ); ?> </p> </header> <div class="pf-bu-card-content"> <select class="pf-bu-select" id="pf-analytics-tracking" name="<?php echo $this->option_name; ?>[enable_google_analytics]"> <option value="yes" <?php $this->selected( 'enable_google_analytics', 'yes' ); ?>> <?php _e( 'Yes', 'printfriendly' ); ?></option> <option value="no" <?php $this->selected( 'enable_google_analytics', 'no' ); ?>> <?php _e( 'No', 'printfriendly' ); ?></option> </select> </div> </div> <div class="pf-bu-block pf-bu-card"> <header class="pf-bu-card-header"> <p class="pf-bu-card-header-title"> <?php _e( 'Click-to-delete', 'printfriendly' ); ?> </p> </header> <div class="pf-bu-card-content"> <select class="pf-bu-select" name="<?php echo $this->option_name; ?>[click_to_delete]" id="click-to-delete"> <option value="0" <?php selected( $this->options['click_to_delete'], '0' ); ?>><?php _e( 'Allow', 'printfriendly' ); ?></option> <option value="1" <?php selected( $this->options['click_to_delete'], '1' ); ?>><?php _e( 'Not Allow', 'printfriendly' ); ?></option> </select> </div> <div class="pf-bu-card-footer"> <p class="pf-bu-card-footer-item"><a href="https://printfriendly.freshdesk.com/support/solutions/articles/69000080475-turn-off-the-click-to-delete-option-in-wordpress" target="_new"><?php _e( 'Documentation', 'printfriendly' ); ?></a></p> </div> </div> <div class="pf-bu-block pf-bu-card"> <header class="pf-bu-card-header"> <p class="pf-bu-card-header-title"> <?php _e( 'Images', 'printfriendly' ); ?> </p> </header> <div class="pf-bu-card-content"> <label for="image-size" class="pf-bu-label"><?php _e( 'Image size', 'printfriendly' ); ?></label> <select class="pf-bu-select" name="<?php echo $this->option_name; ?>[images-size]" id="images-size"> <option value="full-size" <?php selected( $this->options['images-size'], 'full-size' ); ?>><?php _e( 'Full Size', 'printfriendly' ); ?></option> <option value="large" <?php selected( $this->options['images-size'], 'large' ); ?>><?php _e( 'Large', 'printfriendly' ); ?></option> <option value="medium" <?php selected( $this->options['images-size'], 'medium' ); ?>><?php _e( 'Medium', 'printfriendly' ); ?></option> <option value="small" <?php selected( $this->options['images-size'], 'small' ); ?>><?php _e( 'Small', 'printfriendly' ); ?></option> <option value="remove-images" <?php selected( $this->options['images-size'], 'remove-images' ); ?>><?php _e( 'Remove Images', 'printfriendly' ); ?></option> </select> <label for="image-style" class="pf-bu-label"><?php _e( 'Image style', 'printfriendly' ); ?></label> <select class="pf-bu-select" name="<?php echo $this->option_name; ?>[image-style]" id="image-style"> <option value="right" <?php selected( $this->options['image-style'], 'right' ); ?>><?php _e( 'Align Right', 'printfriendly' ); ?></option> <option value="left" <?php selected( $this->options['image-style'], 'left' ); ?>><?php _e( 'Align Left', 'printfriendly' ); ?></option> <option value="none" <?php selected( $this->options['image-style'], 'none' ); ?>><?php _e( 'Align None', 'printfriendly' ); ?></option> <option value="block" <?php selected( $this->options['image-style'], 'block' ); ?>><?php _e( 'Center/Block', 'printfriendly' ); ?></option> </select> </div> <div class="pf-bu-card-footer"> <p class="pf-bu-card-footer-item"><a href="https://printfriendly.freshdesk.com/support/solutions/articles/69000080507-remove-images-option" target="_new"><?php _e( 'Documentation', 'printfriendly' ); ?></a></p> </div> </div> <div class="pf-bu-block pf-bu-card"> <header class="pf-bu-card-header"> <p class="pf-bu-card-header-title"> <?php _e( 'Email', 'printfriendly' ); ?> </p> </header> <div class="pf-bu-card-content"> <select class="pf-bu-select" name="<?php echo $this->option_name; ?>[email]" id="email"> <option value="0" <?php selected( $this->options['email'], '0' ); ?>><?php _e( 'Allow', 'printfriendly' ); ?></option> <option value="1" <?php selected( $this->options['email'], '1' ); ?>><?php _e( 'Not Allow', 'printfriendly' ); ?></option> </select> </div> </div> <div class="pf-bu-block pf-bu-card"> <header class="pf-bu-card-header"> <p class="pf-bu-card-header-title"> <?php _e( 'PDF', 'printfriendly' ); ?> </p> </header> <div class="pf-bu-card-content"> <select class="pf-bu-select" name="<?php echo $this->option_name; ?>[pdf]" id="pdf"> <option value="0" <?php selected( $this->options['pdf'], '0' ); ?>><?php _e( 'Allow', 'printfriendly' ); ?></option> <option value="1" <?php selected( $this->options['pdf'], '1' ); ?>><?php _e( 'Not Allow', 'printfriendly' ); ?></option> </select> </div> <div class="pf-bu-card-footer"> <p class="pf-bu-card-footer-item"><strong><?php _e( 'Developer Note', 'printfriendly' ); ?></strong>: <?php _e( 'On localhost the images can not be included in the PDF. Once the website is live/public images will be included in the PDF.', 'printfriendly' ); ?></p> </div> </div> <div class="pf-bu-block pf-bu-card"> <header class="pf-bu-card-header"> <p class="pf-bu-card-header-title"> <?php _e( 'Print', 'printfriendly' ); ?> </p> </header> <div class="pf-bu-card-content"> <select class="pf-bu-select" name="<?php echo $this->option_name; ?>[print]" id="print"> <option value="0" <?php selected( $this->options['print'], '0' ); ?>><?php _e( 'Allow', 'printfriendly' ); ?></option> <option value="1" <?php selected( $this->options['print'], '1' ); ?>><?php _e( 'Not Allow', 'printfriendly' ); ?></option> </select> </div> </div> <div class="pf-bu-block pf-bu-card"> <header class="pf-bu-card-header"> <p class="pf-bu-card-header-title"> <?php _e( 'Custom CSS', 'printfriendly' ); ?> </p> </header> <div class="pf-bu-card-content"> <?php if ( ! $this->is_pro( 'custom-css' ) ) { ?> <label for="custom_css_url"> <?php _e( 'Custom CSS URL', 'printfriendly' ); ?> <input id="custom_css_url" type="url" class="regular-text" name="<?php echo $this->option_name; ?>[custom_css_url]" value="<?php $this->val( 'custom_css_url' ); ?>" /> </label> <?php } else { ?> <label for="custom_css"> <textarea id="custom_css" class="regular-text pf-bu-textarea" rows="5" cols="80" name="<?php echo $this->option_name; ?>[custom_css]"><?php echo html_entity_decode( esc_textarea( $this->val( 'custom_css', false ) ) ); ?></textarea> <p class="desc"><?php echo $this->get_custom_css_upgrade_message(); ?></p> </label> <?php } ?> </div> <div class="pf-bu-card-footer"> <p class="pf-bu-card-footer-item"> <?php if ( ! $this->is_pro( 'custom-css' ) ) { _e( 'Customize the styles of the printed/pdf page using your own CSS. Create your custom CSS, and put the URL to your Custom CSS file in the box above', 'printfriendly' ); } else { echo sprintf( __( 'Customize the styles of the printed/pdf page using your own CSS. Add your custom CSS (without the %s tags) in the box above', 'printfriendly' ), '<code><style></code>' ); } ?> </p> </div> </div> <div class="pf-bu-container"> <div class="pf-bu-is-flex pf-bu-is-justify-content-center"> <input type="submit" class="button-primary pf-bu-is-medium pf-bu-button" value="<?php esc_attr_e( 'Save Options', 'printfriendly' ); ?>" /> <input type="reset" class="button-secondary pf-bu-is-medium pf-bu-button" value="<?php esc_attr_e( 'Cancel', 'printfriendly' ); ?>" /> </div> </div> </div> </section> <?php if ( WP_DEBUG ) { ?> <section id="tab-debug"> <div class="pf-bu-container"> <div class="pf-bu-block pf-bu-card"> <header class="pf-bu-card-header"> <p class="pf-bu-card-header-title"> <?php _e( 'Debug options', 'printfriendly' ); ?> </p> </header> <div class="pf-bu-card-content"> <pre><?php echo print_r( $this->options, 1 ); ?></pre> </div> <div class="pf-bu-card-footer"> <p class="pf-bu-card-footer-item"><?php _e( 'Currently in Debug Mode. This tab is visible in debug mode only', 'printfriendly' ); ?></p> </div> </div> </div> </section> <?php } ?> </div>
cải xoăn