PluginProbe
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin / 2.4.2
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin v2.4.2
trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.1 All 71 releases
← All changes | includes/pro_banners.php +1 -9 trunk2.4.2 View file →
@@ -176,21 +176,13 @@
176 176 */
177 177 function pdfprnt_woocommerce_watermark_block() {
178 178 ?>
179 179 <table class="form-table pdfprnt-table-settings">
180 - <tr valign="top">
181 - <th><?php esc_html_e( 'Single page in the PDF (Full Page Capture)', 'pdf-print' ); ?></th>
182 - <td>
183 - <label>
184 - <input type="checkbox" disabled="disabled" /> <span class="bws_info"><?php esc_html_e( 'Content will be placed on a single page if its height does not exceed 10000 px.', 'pdf-print' ); ?></span>
185 - </label>
186 - </td>
187 - </tr>
188 180 <tr id="pdfprnt_remove_written" valign="top">
189 181 <th><?php esc_html_e( '"Written by" Text', 'pdf-print' ); ?></th>
190 182 <td>
191 183 <label>
192 - <input type="checkbox" disabled="disabled" />
184 + <input type="checkbox" name="pdfprnt_remove_written" value="1" disabled="disabled" />
193 185 <span class="bws_info"><?php esc_html_e( 'Enable to add "Written by" text before an author\'s name.', 'pdf-print' ); ?></span>
194 186 </label>
195 187 </td>
196 188 </tr>