Tabs with an external Link

Support MB Tabs Tabs with an external LinkResolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4657
    weseoweseo
    Participant

    Is there a solution / workaround to add an Tab with a (external) link?

    For example:

    
    'tabs'      => array(
                'contact' => array(
                    'label' => __( 'Search', 'rwmb' ),
                    'icon'  => 'dashicons-external', // Dashicon
                    'url' => 'http://www.google.com',
                    'external' => true
                ),
                'social'  => array(
                    'label' => __( 'Themes', 'rwmb' ),
                    'icon'  => 'dashicons-share', // Dashicon
                    'url' => trailingslashit( admin_url() ) . 'themes.php,
                ),
                'note'    => array(
                    'label' => __( 'Note', 'rwmb' ),
                    'icon'  => 'http://i.imgur.com/nJtag1q.png', // Custom icon, using image
                ),
            ),
    
    #4661
    Anh TranAnh Tran
    Keymaster

    Unfortunately it's not possible with the plugin.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.