Plugin Directory

Changeset 3070625


Ignore:
Timestamp:
04/15/2024 10:46:28 AM (2 years ago)
Author:
sortd
Message:

replacing qr code url to latest

Location:
sortd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sortd/tags/3.0.4/admin/class-sortd-admin.php

    r3070477 r3070625  
    670670                    echo '<input type="hidden" id="input_nonce" value="' . esc_attr(wp_create_nonce(SORTD_NONCE)) . '">';
    671671                    $qr_code_wb = urlencode(get_permalink($post->ID));
    672                     $qr_code_webstory = "https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl={$qr_code_wb}";
     672                    $qr_code_webstory = "https://quickchart.io/qr?text={$qr_code_wb}";
    673673
    674674                    if(isset($webstory_status)  && $webstory_status === "1" && ($post->post_type === 'web-story' || $post->post_type === 'makestories_story')){
  • sortd/trunk/admin/class-sortd-admin.php

    r3070474 r3070625  
    670670                    echo '<input type="hidden" id="input_nonce" value="' . esc_attr(wp_create_nonce(SORTD_NONCE)) . '">';
    671671                    $qr_code_wb = urlencode(get_permalink($post->ID));
    672                     $qr_code_webstory = "https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl={$qr_code_wb}";
     672                    $qr_code_webstory = "https://quickchart.io/qr?text={$qr_code_wb}";
    673673
    674674                    if(isset($webstory_status)  && $webstory_status === "1" && ($post->post_type === 'web-story' || $post->post_type === 'makestories_story')){
Note: See TracChangeset for help on using the changeset viewer.