';
echo 'You\'re currently using Business One WordPress Theme by Burak Aydin
';
echo "
Need Support ?
Check documentation first how to setup the theme, and then look at my video tutorials. If you get stuck, please visit Support Center.
";
echo 'Video Tutorials Support Forum
';
echo '
About me
';
echo "I'm a freelance Web Developer who passionate to make the web a better place.
";
echo 'My Premium Themes
My Free Themes
';
echo '
Stay in Touch
';
echo '
'.str_repeat(' ',4).'
';
}
function businessone_admin_notices(){ ?>
ID;
if ( ! get_user_meta($user_id, 'businessone_ignore_notice') && current_user_can('manage_options')) {
?>
Welcome to !
Thanks for using my theme.
I really appreciate your trust and hope you will enjoy using this theme as much as i have enjoyed creating it.
Cheers,
Burak Aydin
Quick Tips to Start with the Theme
- Install and Activate recommended plugins.
- If you want to make your website like the demo, please download this dummy content: Download
- Upload businessone-dummy.xml by using WordPress default importer. redux_options.json is Redux Framework content.
- You can also look at this video tutorial how to install the theme and dummy content.
- If you want to learn more about the theme, please look at this playlist
- Go to Business One Options to start customization.
- If you have any question, please visit my Support Forum.
ID;
if ( isset($_GET['businessone_ignore'])) {
add_user_meta($user_id, 'businessone_ignore_notice', 'true', true);
}
}
add_action('admin_init', 'businessone_ignore');