function msp_add_custom_pointers()
{
    // admin pointers /////////////////////////////////////////////////////////
    $msp_pointers = new MSP_Pointers(MSWP_AVERTA_DIR . '/' . MSWP_SLUG . '.php');
    $msp_pointers->add(array('id' => 'master_1_0_view_help', 'hook_suffix' => 'toplevel_page_masterslider', 'target' => '#contextual-help-link', 'version' => '1.0.0', 'title' => __('Do you need any help on Master Slider?', MSWP_TEXT_DOMAIN), 'content' => sprintf(__('Please open contextual help panel (click the %s button at top right side of this page)', MSWP_TEXT_DOMAIN), '<strong style="color:#1D86AC;">' . __('Help', MSWP_TEXT_DOMAIN) . '</strong>'), 'width' => 370, 'css' => '.master_1_0_view_help { left:auto !important; right:20px !important; } .master_1_0_view_help .wp-pointer-arrow { left:auto !important; right:25px; }', 'position' => array('edge' => 'top', 'align' => 'middle')));
    $msp_pointers->init();
}
function msp_add_custom_pointers()
{
    // admin pointers /////////////////////////////////////////////////////////
    $msp_pointers = new MSP_Pointers(MSWP_AVERTA_DIR . '/masterslider.php');
    $msp_pointers->add(array('id' => 'master_1_0_view_help', 'hook_suffix' => 'toplevel_page_masterslider', 'target' => '#contextual-help-link', 'version' => '1.0.0', 'title' => __('Do you need any help on Master Slider?', MSWP_TEXT_DOMAIN), 'content' => sprintf(__('Please open contextual help panel (click the %s button at top right side of this page)', MSWP_TEXT_DOMAIN), '<strong style="color:#1D86AC;">' . __('Help', MSWP_TEXT_DOMAIN) . '</strong>'), 'width' => 370, 'css' => '.master_1_0_view_help { left:auto !important; right:20px !important; } .master_1_0_view_help .wp-pointer-arrow { left:auto !important; right:25px; }', 'position' => array('edge' => 'top', 'align' => 'middle')));
    $msp_pointers->add(array('id' => 'msp_1_4_3__25samples', 'hook_suffix' => 'toplevel_page_masterslider', 'target' => '#msp-add-slider', 'version' => '1.5.0', 'title' => __('Start with 33 Ready to Use Sample Sliders', MSWP_TEXT_DOMAIN), 'content' => __('You can create your slider from scratch or use one of 33 ready to use sample sliders to start', MSWP_TEXT_DOMAIN), 'width' => 370, 'css' => '.msp_1_4_3__25samples { left:182px !important; } ', 'position' => array('edge' => 'top', 'align' => 'middle')));
    $msp_pointers->init();
}