Prio | Original string | Translation | — |
---|---|---|---|
↑ | Generate PDF files and print WordPress posts/pages. Customize document header/footer styles and appearance. | You have to log in to add a translation. | Details |
Original untranslated
Generate PDF files and print WordPress posts/pages. Customize document header/footer styles and appearance.
You have to log in to edit this translation. Meta |
|||
↑ | PDF & Print by BestWebSoft | You have to log in to add a translation. | Details |
Original untranslatedMeta |
|||
Replace <code>bestwebsoft_contact_form</code> with your shortcode. | You have to log in to add a translation. | Details | |
Original untranslated
Replace <code>bestwebsoft_contact_form</code> with your shortcode.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
function pdf_print_remove_shortcodes( $shortcodes_array ) {↵ $shortcodes_array[] = 'bestwebsoft_contact_form';↵ return $shortcodes_array;↵ }↵ add_filter( 'bwsplgns_pdf_print_remove_shortcodes', 'pdf_print_remove_shortcodes' ); | You have to log in to add a translation. | Details | |
Original untranslated
function pdf_print_remove_shortcodes( $shortcodes_array ) {↵
$shortcodes_array[] = 'bestwebsoft_contact_form';↵
return $shortcodes_array;↵
}↵
add_filter( 'bwsplgns_pdf_print_remove_shortcodes', 'pdf_print_remove_shortcodes' );
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Add the following code (as example): | You have to log in to add a translation. | Details | |
Original untranslated
Add the following code (as example):
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
To remove the shortcode, please use 'bwsplgns_pdf_print_remove_shortcodes' hook: | You have to log in to add a translation. | Details | |
Original untranslated
To remove the shortcode, please use 'bwsplgns_pdf_print_remove_shortcodes' hook:
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Replace "site-header" on the id of the element you need to hide. | You have to log in to add a translation. | Details | |
Original untranslated
Replace "site-header" on the id of the element you need to hide.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
If "Full Page PDF" option is enabled please use <code>beforeImageToPdf()</code> and <code>afterImageToPdf()</code> JavaScript functions for changing PDF document.↵ For example, go to the plugin settings page -> "Custom Code" tab, mark "Activate custom JavaScript code." checkbox in the "JavaScript" section and add the following code: | You have to log in to add a translation. | Details | |
Original untranslated
If "Full Page PDF" option is enabled please use <code>beforeImageToPdf()</code> and <code>afterImageToPdf()</code> JavaScript functions for changing PDF document.↵
For example, go to the plugin settings page -> "Custom Code" tab, mark "Activate custom JavaScript code." checkbox in the "JavaScript" section and add the following code:
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
For example, go to the plugin settings page -> "Custom Code" tab, mark "Activate custom PHP code." checkbox in the "PHP" section and add the following code: | You have to log in to add a translation. | Details | |
Original untranslated
For example, go to the plugin settings page -> "Custom Code" tab, mark "Activate custom PHP code." checkbox in the "PHP" section and add the following code:
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
add_filter( 'bwsplgns_bottom_running_title', {your_function} ); | You have to log in to add a translation. | Details | |
Original untranslated
add_filter( 'bwsplgns_bottom_running_title', {your_function} );
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
in order to change bottom running title | You have to log in to add a translation. | Details | |
Original untranslated
in order to change bottom running title
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
add_filter( 'bwsplgns_top_running_title', {your_function} ); | You have to log in to add a translation. | Details | |
Original untranslated
add_filter( 'bwsplgns_top_running_title', {your_function} );
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
in order to change top running title | You have to log in to add a translation. | Details | |
Original untranslated
in order to change top running title
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
in order to change main content of pdf/print document | You have to log in to add a translation. | Details | |
Original untranslated
in order to change main content of pdf/print document
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
You can use following filters if "Full Page PDF" option is disabled: | You have to log in to add a translation. | Details | |
Original untranslated
You can use following filters if "Full Page PDF" option is disabled:
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
Export as
Comment
Short description.