Skip to content
PDF Download Table with Popup
//
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' );