plugin updates

This commit is contained in:
Tony Volpe
2024-03-01 15:36:30 +00:00
parent ac0ffd7543
commit ed1533dc69
223 changed files with 7575 additions and 2953 deletions

View File

@@ -1621,10 +1621,10 @@ if ( ! class_exists( 'BSF_AIOSRS_Pro_Schema' ) ) {
),
),
'rating' => array(
'label' => esc_html__( 'Rating', 'wp-schema-pro' ),
'type' => 'rating',
'default' => 'accept-user-rating',
'description' => esc_html__( 'To maintain accurate product information, kindly provide at least one rating.', 'wp-schema-pro')
'label' => esc_html__( 'Rating', 'wp-schema-pro' ),
'type' => 'rating',
'default' => 'accept-user-rating',
'description' => esc_html__( 'To maintain accurate product information, kindly provide at least one rating.', 'wp-schema-pro' ),
),
'review-count' => array(
'label' => esc_html__( 'Review Count', 'wp-schema-pro' ),
@@ -1633,10 +1633,10 @@ if ( ! class_exists( 'BSF_AIOSRS_Pro_Schema' ) ) {
'description' => esc_html__( 'The count of total number of reviews. e.g. "11"', 'wp-schema-pro' ),
),
'product-review' => array(
'label' => esc_html__( 'Review', 'wp-schema-pro' ),
'type' => 'repeater',
'description' => esc_html__( 'To ensure the accuracy of our product ratings, kindly provide at least one review.', 'wp-schema-pro'),
'fields' => array(
'label' => esc_html__( 'Review', 'wp-schema-pro' ),
'type' => 'repeater',
'description' => esc_html__( 'To ensure the accuracy of our product ratings, kindly provide at least one review.', 'wp-schema-pro' ),
'fields' => array(
'reviewer-type' => array(
'label' => esc_html__( 'Reviewer Type', 'wp-schema-pro' ),
'type' => 'text',