'block', 'type' => $attributes['layout'], 'heading' => $attributes['heading'], 'desc' => $attributes['desc'], 'legend' => $attributes['legend'], 'total_label' => $attributes['total_score_label'], 'total_score_number' => $total_score, 'main_scale' => true, 'auto_score' => false, ); $params['schema_author'] = get_post_meta( get_queried_object_id(), '_abr_review_schema_author', true ); $params['schema_author_custom'] = get_post_meta( get_queried_object_id(), '_abr_review_schema_author_custom', true ); if ( isset( $attributes['schema_author_custom'] ) && $attributes['schema_author_custom'] ) { $params['schema_author'] = 'custom'; $params['schema_author_custom'] = $attributes['schema_author_custom']; } echo '
'; abr_review_display_block( $params ); echo '
';