Language Profile Page – Generate shortcodes for ACFs
function get_language_field_values($atts) { // Extract attributes $atts = shortcode_atts(array( ‘field_name’ => ”, ‘slug_output’ => ‘false’, ), $atts, ‘language_fields’); // Get the current post ID $post_id = get_the_ID(); $output = ”; $output = ”; $show_optional_note = false; if (get_post_type($post_id) === ‘language’)…Continue reading