get_error_message();
echo sprintf( // translators: %s is replaced with the error message. Example: "Something went wrong: File not found."
esc_html__( 'Something went wrong: %s', 'htmega-pro' ),
esc_html( $error_message )
);
return;
}
$fb_rating_data = wp_remote_retrieve_body( $response );
set_transient( 'fb_rating_transient', $fb_rating_data, $expire );
}
$fb_ratings = get_transient( 'fb_rating_transient' );
$fb_ratings = json_decode( $fb_ratings,true );
if( isset( $fb_ratings['data'] ) ){
echo "