ID ); // check if we're using polylang plugin if( function_exists( 'pll_register_string' ) ) { // get button text setting value from polylang $pdfbutton_text = pll__( 'PDF Button' ); } else { $pdfbutton_text = sanitize_option( 'dkpdf_pdfbutton_text', get_option( 'dkpdf_pdfbutton_text', 'PDF Button' ) ); } $pdfbutton_align = sanitize_option( 'dkpdf_pdfbutton_align', get_option( 'dkpdf_pdfbutton_align', 'right' ) ); ?> ID, '_hide_pdfbutton' ), 'checkbox' ); // only show button if _hide_pdfbutton post meta is not checked if ( ! $hide_pdfbutton ) { ?>