';
if (empty($_GET["post"]) && strpos(sanitize_text_field(wp_unslash($_SERVER["REQUEST_URI"])), "post-new") === false) {
$gf_message = __(
'Use
Add new button above to create a new SQL report. And click on any existing rule names below to manage them.',
'guaven_sqlcharts'
);
} else {
$gf_message = __(
'1. Give any name to your report.
2. Pick a chart type, build your SQL query with the visual builder (or type it — autocomplete will help), map the X/Y columns and press Publish/Update.
3. After update, you will see the shortcode of this chart at the bottom of the page. You can use that shortcode anywhere in your website: in pages, posts, widgets, etc.',
'guaven_sqlcharts'
);
}
echo '
';
echo wp_kses_post( $gf_message );
echo '
';
echo '
';
endif;
}
add_action('admin_notices', 'guaven_sqlcharts_my_admin_notice');
function guaven_sqlcharts_onboarding_notice(){
if((function_exists('wp_doing_ajax') and wp_doing_ajax()) or get_option('guaven_sqlcharts_onboarding_notice_dismissed') == 1)
return;
printf('