'.
__( 'Yandex.Webmaster', 'abwp-simple-counter' ).' '.__( 'help', 'abwp-simple-counter' ).
'
'.
__( 'Yandex.Metrika', 'abwp-simple-counter' ).' '.__( 'help', 'abwp-simple-counter' ).
'
'.
__( 'Google Search Console Help Center', 'abwp-simple-counter' ).
'
'.
__( 'Google Analytics Help Center', 'abwp-simple-counter' ).
'
';
$screen->add_help_tab(
array(
'title' => __('Overview', 'abwp-simple-counter' ),
'id' => 'abwp-simple-counter-overview',
'content' => 'AB Metrika home screen
On the home screen you can add the counters
'
));
$screen->add_help_tab(
array(
'title' => __('Help & support', 'abwp-simple-counter' ),
'id' => 'abwp-simple-counter-help',
'content' => 'Getting help with Simple Counter
To ask us a question please start a new thread in the support forum. Provide as much relevant detail as possible and please make it clear how your query is related to Simple Counter.
'
));
$screen->set_help_sidebar( $sidebar );
}
}
}