Plugin Directory

Changeset 2829624

Timestamp:
12/06/2022 09:54:56 PM (20 months ago)
Author:
renzotejada
Message:

fix:v0.0.9

Location:
multi-link-in-bio
Files:
26 added
5 edited

Legend:

Unmodified
Added
Removed
  • multi-link-in-bio/trunk/README.txt

    r2724885 r2829624  
    33Tags: link-bio, link in bio, bio, onepage
    44Requires at least: 5.2
    5 Tested up to: 6.0
     5Tested up to: 6.
    66Stable tag: trunk
    77Requires PHP: 5.6
     
    4545* [WooTunki para WooCommerce](https://renzotejada.com/plugin/wootunki-para-woocommerce/)
    4646* [WooBilletera para WooCommerce](https://renzotejada.com/plugin/woobilletera-para-woocommerce/)
     47
    4748
    4849
     
    8788== Changelog ==
    8889
     90
     91
     92
     93
     94
    8995= 0.0.8 (16/05/2022) =
    9096Fix: validando versión WC 6.5.1
  • multi-link-in-bio/trunk/link_admin.php

    r2547682 r2829624  
    232232                </th>
    233233                <td>
    234                     <input name="rt_multi_link_fb" type="text" id="rt_multi_link_fb" value="<?php echo esc_html(get_option('rt_multi_link__fb')) ?>"
     234                    <input name="rt_multi_link_fb" type="text" id="rt_multi_link_fb" value="<?php echo esc_html(get_option('rt_multi_link_fb')) ?>"
    235235                           class="regular-text ltr">
    236236                </td>
  • multi-link-in-bio/trunk/link_shortcode.php

    r2547682 r2829624  
    99    wp_enqueue_style('rt-link-bio-reset-css', plugin_dir_url(__FILE__) . 'template/css/reset.css');
    1010    wp_enqueue_style('rt-link-bio-styles-css', plugin_dir_url(__FILE__) . 'template/css/styles.css');
    11     wp_enqueue_style('rt-link-color-css', plugin_dir_url(__FILE__) . 'template/css/themes/' . get_option('link_setting_color') . '.css');
     11    wp_enqueue_style('rt-link-color-css', plugin_dir_url(__FILE__) . 'template/css/themes/' . get_option('link_setting_color') . '.css');
    1212}
    1313
     
    2121        return $template;
    2222    }
    23     $page_link_id = get_option('link_setting_page');
     23    $page_link_id = get_option('link_setting_page');
    2424
    2525    if (is_page($page_link_id)) {
     
    3838{
    3939    global $wp_query;
    40     $slug = get_option('link_setting_page');
     40    $slug = get_option('link_setting_page');
    4141    $link_endpoint = get_post_field('post_name', $slug);
    4242    if (isset($wp_query->query_vars['name'])) {
  • multi-link-in-bio/trunk/multi-link-in-bio.php

    r2724885 r2829624  
    1010 * Plugin URI:        https://renzotejada.com/multi-link-in-bio-para-wordpress/
    1111 * Description:       links can be added that redirect the user to a company's external communication channels, which can be other social networks or websites.
    12  * Version:           0.0.8
     12 * Version:           0.0.
    1313 * Author:            Renzo Tejada
    1414 * Author URI:        https://renzotejada.com/
     
    1717 * Text Domain:       link-bio
    1818 * Domain Path:       /language
    19  * WC tested up to:   6.5.1
     19 * WC tested up to:   
    2020 * WC requires at least: 2.6
    2121 */
  • multi-link-in-bio/trunk/template/link-bio-template.php

    r2547682 r2829624  
    8989
    9090        foreach ($links_rs as $key => $icon) {
    91             if (get_option('link_' . $key)) {
     91            if (get_option('link_' . $key)) {
    9292                ?>
    9393                <a target="_blank"
Note: See TracChangeset for help on using the changeset viewer.