ID; $content .= get_content_from_acf( $id ); return $content; } function mwai_parser_pre_post_content_acf( $content, $post_id ) { $content .= get_content_from_acf( $post_id ); return $content; } function get_content_from_acf( $post_id ) { $content = []; $fields = get_fields( $post_id ); foreach ( $fields as $key => $value ) { if ( is_array( $value ) ) { if ( isset( $value['url'] ) ) { $content[] = "{$key}:({$value['url']})"; } } if ( is_string( $value ) ) { $content[] = "{$key}:{$value}"; } } return implode(" ", $content); } Salgareda – Magic Towns
Scroll Top

Add Your Heading Text Here

[wp_login_form]