Plugin Directory

Changeset 2611224


Ignore:
Timestamp:
10/07/2021 08:49:34 PM (4 years ago)
Author:
youzify
Message:

updated links

Location:
youzify
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • youzify/tags/1.1.2/includes/admin/core/functions/youzify-general-functions.php

    r2610587 r2611224  
    5454}
    5555
    56 
    57 /**
    58  * Get Panel Profile Fields.
    59  */
    60 function youzify_get_panel_profile_fields() {
    61 
    62     // Init Panel Fields.
    63     $panel_fields = array();
    64 
    65     // Get All Fields.
    66     $all_fields = youzify_get_all_profile_fields();
    67 
    68     foreach ( $all_fields as $field ) {
    69 
    70         // Get ID.
    71         $field_id = $field['id'];
    72 
    73         // Add Data.
    74         $panel_fields[ $field_id ] = $field['name'];
    75 
    76     }
    77 
    78     // Add User Login Option Data.
    79     $panel_fields['user_login'] = __( 'Username', 'youzify' );
    80 
    81     return $panel_fields;
    82 }
    8356
    8457/**
     
    982955    }
    983956
    984 
    985957    if ( strtotime( '2021/11/1') < strtotime( 'now' ) || youzify_option( $id ) ) {
    986958        return;
     
    1009981    <div class="yzp-head-title">Your last chance to secure <span class="position-relative text-nowrap" style="position: relative;"><img class="position-absolute" style="left: 50%;top: 66%;transform: translate(-50%, -50%);width: 100%;height:100%;position: absolute;font-weight: 600;" alt="" src="https://youzify.com/wp-content/uploads//2021/10/yellow-underline.svg"><span class="position-relative">Youzify PRO for only $49</span></span>. It's only <strong>one-time</strong> payment for <strong>lifetime updates</strong>.</div>
    1010982
    1011     <a target="_blank" style="margin: 5px 0 35px;" class="yzp-view-offer-details" href="https://codecanyon.net/item/youzer-new-wordpress-user-profiles-era/19716647?utm_campaign=youzify-go-pro&utm_medium=banner&utm_source=client-site&utm_content=act-now">👉 GO PRO NOW<span class="dashicons dashicons-arrow-right-alt"></span></a>
     983    <a target="_blank" style="margin: 5px 0 35px;" class="yzp-view-offer-details" href="https://1.envato.market/Rqjj9">👉 GO PRO NOW<span class="dashicons dashicons-arrow-right-alt"></span></a>
    1012984    <div class="yzo-subhead">What's included in Youzify Pro Version?</div>
    1013985    <div class="yzo-features">
     
    10391011    </div>
    10401012
    1041     <a target="_blank" style="margin: 15px 0 10px;" class="yzp-view-offer-details" href="https://codecanyon.net/item/youzer-new-wordpress-user-profiles-era/19716647?utm_campaign=youzify-go-pro&utm_medium=banner&utm_source=client-site&utm_content=act-now">👉 GO PRO NOW<span class="dashicons dashicons-arrow-right-alt"></span></a>
     1013    <a target="_blank" style="margin: 15px 0 10px;" class="yzp-view-offer-details" href="https://1.envato.market/Rqjj9">👉 GO PRO NOW<span class="dashicons dashicons-arrow-right-alt"></span></a>
    10421014
    10431015    <div class="yzo-subhead" style="color:#fff952; margin-top: 25px;">Look! WE ARE LIARS. Don't take our word for it. 😂</div>
    10441016    <div class="yzo-subhead" >Check +600 reviews with an overall 5-Star rating from real customers just like you at CodeCanyon.</div>
    1045     <a target="_blank" class="yzp-view-offer-details" href="https://codecanyon.net/user/kainelabs/reviews" style="background: #fff952;margin-top: 0;">👉 View +600 Reviews at CodeCanyon<span class="dashicons dashicons-arrow-right-alt"></span></a>
     1017    <a target="_blank" class="yzp-view-offer-details" href="https://1.envato.market/WDd99M" style="background: #fff952;margin-top: 0;">👉 View +600 Reviews at CodeCanyon<span class="dashicons dashicons-arrow-right-alt"></span></a>
    10461018
    10471019    <div class="yzo-subhead" style="margin-top: 25px;font-weight: 400;font-size: 21px;line-height: 34px;"><strong>Fun Fact:</strong> If you hired a developer to develop a custom plugin like Youzify it will cost you a 6 figures number (+$100.000 ) with at least 2 years to have the first version ready and <strong>you still won’t get the same clean optimized code, functionalities, performance, and design and continuous progress and support.</strong></div>
     
    10611033
    10621034        <p>We dedicated lives to this project and our main goal is to <strong>build HUSTLE-FREE plugins where our clients will focus on their business instead of wasting their time dealing with bugs.</strong></p>
    1063         <a target="_blank" class="yzp-view-offer-details" href="https://codecanyon.net/item/youzer-new-wordpress-user-profiles-era/19716647?utm_campaign=youzify-go-pro&utm_medium=banner&utm_source=client-site&utm_content=act-now">👉 GO PRO NOW<span class="dashicons dashicons-arrow-right-alt"></span></a>
     1035        <a target="_blank" class="yzp-view-offer-details" href="https://1.envato.market/Rqjj9">👉 GO PRO NOW<span class="dashicons dashicons-arrow-right-alt"></span></a>
    10641036    </div>
    10651037
  • youzify/trunk/includes/admin/core/functions/youzify-general-functions.php

    r2610587 r2611224  
    5454}
    5555
    56 
    57 /**
    58  * Get Panel Profile Fields.
    59  */
    60 function youzify_get_panel_profile_fields() {
    61 
    62     // Init Panel Fields.
    63     $panel_fields = array();
    64 
    65     // Get All Fields.
    66     $all_fields = youzify_get_all_profile_fields();
    67 
    68     foreach ( $all_fields as $field ) {
    69 
    70         // Get ID.
    71         $field_id = $field['id'];
    72 
    73         // Add Data.
    74         $panel_fields[ $field_id ] = $field['name'];
    75 
    76     }
    77 
    78     // Add User Login Option Data.
    79     $panel_fields['user_login'] = __( 'Username', 'youzify' );
    80 
    81     return $panel_fields;
    82 }
    8356
    8457/**
     
    982955    }
    983956
    984 
    985957    if ( strtotime( '2021/11/1') < strtotime( 'now' ) || youzify_option( $id ) ) {
    986958        return;
     
    1009981    <div class="yzp-head-title">Your last chance to secure <span class="position-relative text-nowrap" style="position: relative;"><img class="position-absolute" style="left: 50%;top: 66%;transform: translate(-50%, -50%);width: 100%;height:100%;position: absolute;font-weight: 600;" alt="" src="https://youzify.com/wp-content/uploads//2021/10/yellow-underline.svg"><span class="position-relative">Youzify PRO for only $49</span></span>. It's only <strong>one-time</strong> payment for <strong>lifetime updates</strong>.</div>
    1010982
    1011     <a target="_blank" style="margin: 5px 0 35px;" class="yzp-view-offer-details" href="https://codecanyon.net/item/youzer-new-wordpress-user-profiles-era/19716647?utm_campaign=youzify-go-pro&utm_medium=banner&utm_source=client-site&utm_content=act-now">👉 GO PRO NOW<span class="dashicons dashicons-arrow-right-alt"></span></a>
     983    <a target="_blank" style="margin: 5px 0 35px;" class="yzp-view-offer-details" href="https://1.envato.market/Rqjj9">👉 GO PRO NOW<span class="dashicons dashicons-arrow-right-alt"></span></a>
    1012984    <div class="yzo-subhead">What's included in Youzify Pro Version?</div>
    1013985    <div class="yzo-features">
     
    10391011    </div>
    10401012
    1041     <a target="_blank" style="margin: 15px 0 10px;" class="yzp-view-offer-details" href="https://codecanyon.net/item/youzer-new-wordpress-user-profiles-era/19716647?utm_campaign=youzify-go-pro&utm_medium=banner&utm_source=client-site&utm_content=act-now">👉 GO PRO NOW<span class="dashicons dashicons-arrow-right-alt"></span></a>
     1013    <a target="_blank" style="margin: 15px 0 10px;" class="yzp-view-offer-details" href="https://1.envato.market/Rqjj9">👉 GO PRO NOW<span class="dashicons dashicons-arrow-right-alt"></span></a>
    10421014
    10431015    <div class="yzo-subhead" style="color:#fff952; margin-top: 25px;">Look! WE ARE LIARS. Don't take our word for it. 😂</div>
    10441016    <div class="yzo-subhead" >Check +600 reviews with an overall 5-Star rating from real customers just like you at CodeCanyon.</div>
    1045     <a target="_blank" class="yzp-view-offer-details" href="https://codecanyon.net/user/kainelabs/reviews" style="background: #fff952;margin-top: 0;">👉 View +600 Reviews at CodeCanyon<span class="dashicons dashicons-arrow-right-alt"></span></a>
     1017    <a target="_blank" class="yzp-view-offer-details" href="https://1.envato.market/WDd99M" style="background: #fff952;margin-top: 0;">👉 View +600 Reviews at CodeCanyon<span class="dashicons dashicons-arrow-right-alt"></span></a>
    10461018
    10471019    <div class="yzo-subhead" style="margin-top: 25px;font-weight: 400;font-size: 21px;line-height: 34px;"><strong>Fun Fact:</strong> If you hired a developer to develop a custom plugin like Youzify it will cost you a 6 figures number (+$100.000 ) with at least 2 years to have the first version ready and <strong>you still won’t get the same clean optimized code, functionalities, performance, and design and continuous progress and support.</strong></div>
     
    10611033
    10621034        <p>We dedicated lives to this project and our main goal is to <strong>build HUSTLE-FREE plugins where our clients will focus on their business instead of wasting their time dealing with bugs.</strong></p>
    1063         <a target="_blank" class="yzp-view-offer-details" href="https://codecanyon.net/item/youzer-new-wordpress-user-profiles-era/19716647?utm_campaign=youzify-go-pro&utm_medium=banner&utm_source=client-site&utm_content=act-now">👉 GO PRO NOW<span class="dashicons dashicons-arrow-right-alt"></span></a>
     1035        <a target="_blank" class="yzp-view-offer-details" href="https://1.envato.market/Rqjj9">👉 GO PRO NOW<span class="dashicons dashicons-arrow-right-alt"></span></a>
    10641036    </div>
    10651037
Note: See TracChangeset for help on using the changeset viewer.