- Timestamp:
- 12/20/2022 01:03:19 PM (3 years ago)
- Location:
- bard/2.197
- Files:
-
- 2 added
- 4 edited
- 1 copied
-
. (copied) (copied from bard/2.196)
-
functions.php (modified) (1 diff)
-
inc/about/about-bard.php (modified) (1 diff)
-
inc/upgrade-to-pro (added)
-
inc/upgrade-to-pro/upgrade-to-pro.php (added)
-
readme.txt (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bard/2.197/functions.php
r181741 r181779 944 944 945 945 add_action( 'after_switch_theme', 'bard_activation_time' ); 946 add_action( 'after_switch_theme', 'delete_pro_dismiss_on_activation'); 946 947 add_action( 'after_setup_theme', 'bard_activation_time' ); 947 948 948 949 function bard_activation_time() { 950 // if ( false === get_option( 'bard_activation_time_update_to_pro' ) ) { 951 // add_option( 'bard_activation_time_update_to_pro', strtotime('now') ); 952 // } 953 949 954 if ( false === get_option( 'bard_activation_time' ) ) { 950 955 add_option( 'bard_activation_time', strtotime('now') ); 951 956 } 957 952 958 if ( false === get_option('bard_random_number' ) ) { 953 959 add_option( 'bard_random_number', rand(10, 20) ); 954 960 } 955 } 961 962 // if (get_option('bard_plugin_previous_version') == false) { 963 // update_option('bard_plugin_previous_version', wp_get_theme()->get('Version')); 964 // } 965 966 // if (wp_get_theme()->get('Version') != get_option('bard_plugin_previous_version')) { 967 // delete_option('bard_update_to_pro_dismiss_notice'); 968 // update_option('bard_plugin_previous_version', wp_get_theme()->get('Version')); 969 // } 970 } 971 972 function delete_pro_dismiss_on_activation() { 973 delete_option('bard_update_to_pro_dismiss_notice'); 974 } 975 976 // require get_parent_theme_file_path('/inc/upgrade-to-pro/upgrade-to-pro.php'); 956 977 957 978 // Welcome Notice -
bard/2.197/inc/about/about-bard.php
r181741 r181779 122 122 ), 123 123 ); 124 echo wp_kses( 'With Bard theme you can build a beautiful <a style="color: #3858E9;" href="https://wp-royal.com/themes/bard-free/demo/shop/?ref= ashe-free-backend-about-shop-prev-bt" target="_blank">online shop</a> with ease, just install the Woocommerce plugin and start building your shop today!', $allowed_html); ?>124 echo wp_kses( 'With Bard theme you can build a beautiful <a style="color: #3858E9;" href="https://wp-royal.com/themes/bard-free/demo/shop/?ref=bard-free-backend-about-shop-prev-bt" target="_blank">online shop</a> with ease, just install the Woocommerce plugin and start building your shop today!', $allowed_html); ?> 125 125 </p> 126 126 -
bard/2.197/readme.txt
r181741 r181779 4 4 Requires at least: WordPress 4.7+ 5 5 Tested up to: WordPress 6.1.1 6 Version: 2.19 66 Version: 2.197 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.en.html -
bard/2.197/style.css
r181741 r181779 5 5 Author URI: http://wp-royal.com/ 6 6 Description: Personal and Multi-Author Free WordPress Blog Theme. Perfect for personal, lifestyle, health & fitness, food, cooking, bakery, travel, beauty, fashion, wedding, photography, news, quotes blog, auto blog, small business website and any other kind of amazing blogs. Minimal, elegant & mobile friendly layout with WooCommerce shop (storefront) support will WOW and inspire your visitors. Well documented and very easy to use even for WordPress beginners. Clean and Modern Responsive design will perfectly showcase your content on any device, even on tablet, mobile & retina displays. Very fast, compatibility with many popular plugins & of course translation & RTL (right to left language) ready, coded with best SEO practices. The theme has features like Text & Image logo, Fullscreen Slider, Header image, Instagram slider widget support, footer menu support, GDPR compatibility plugins support and many more. Works perfectly with all major drag and drop page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi. You just need to write and be awesome! TEMPLATE DEMO: http://wp-royal.com/themes/bard-free/demo/ 7 Version: 2.19 67 Version: 2.197 8 8 Requires at least: 4.7 9 9 Requires PHP: 5.2.4
Note: See TracChangeset
for help on using the changeset viewer.