Changeset 2611224
Legend:
- Unmodified
- Added
- Removed
-
youzify/tags/1.1.2/includes/admin/core/functions/youzify-general-functions.php
r2610587 r2611224 54 54 } 55 55 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 }83 56 84 57 /** … … 982 955 } 983 956 984 985 957 if ( strtotime( '2021/11/1') < strtotime( 'now' ) || youzify_option( $id ) ) { 986 958 return; … … 1009 981 <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> 1010 982 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> 1012 984 <div class="yzo-subhead">What's included in Youzify Pro Version?</div> 1013 985 <div class="yzo-features"> … … 1039 1011 </div> 1040 1012 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> 1042 1014 1043 1015 <div class="yzo-subhead" style="color:#fff952; margin-top: 25px;">Look! WE ARE LIARS. Don't take our word for it. 😂</div> 1044 1016 <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> 1046 1018 1047 1019 <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> … … 1061 1033 1062 1034 <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> 1064 1036 </div> 1065 1037 -
youzify/trunk/includes/admin/core/functions/youzify-general-functions.php
r2610587 r2611224 54 54 } 55 55 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 }83 56 84 57 /** … … 982 955 } 983 956 984 985 957 if ( strtotime( '2021/11/1') < strtotime( 'now' ) || youzify_option( $id ) ) { 986 958 return; … … 1009 981 <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> 1010 982 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> 1012 984 <div class="yzo-subhead">What's included in Youzify Pro Version?</div> 1013 985 <div class="yzo-features"> … … 1039 1011 </div> 1040 1012 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> 1042 1014 1043 1015 <div class="yzo-subhead" style="color:#fff952; margin-top: 25px;">Look! WE ARE LIARS. Don't take our word for it. 😂</div> 1044 1016 <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> 1046 1018 1047 1019 <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> … … 1061 1033 1062 1034 <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> 1064 1036 </div> 1065 1037
Note: See TracChangeset
for help on using the changeset viewer.