Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Specifications

// Add Shortcode
function specifications() {

	the_field('gpu');

}
add_shortcode( 'specifications', 'specifications' );