PDF Download Table with Popup
PDF Name Download

Leave a Reply

Your email address will not be published. Required fields are marked *

// function enqueue_custom_js() { wp_enqueue_script( 'custom-download-js', get_template_directory_uri() . '/js/custom-download.js', array(), '1.0.0', true ); } add_action( 'wp_enqueue_scripts', 'enqueue_custom_js' );