• Resolved calle81

    (@calle81)


    I created a tab called “Transfer Zone” and refers to an url page https://www.mysite.com/transferzone. I would like only for that tab, to add this snippet

    $transferzone = do_shortcode( '[xyz-ips snippet="counttransfermarket"]' );
    $tabs['nameoftabcreate']['notifier'] = $transferzone; 

    next to the icon and tab title that allows me to see the notification of the number of posts entered. How can I do it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author PlusPlugins

    (@plusplugins)

    Hi @calle81 ,

    URL page will redirect to that URL only. Regarding adding custom coding, you can hack into the plugin code and create your own modifications. However, direct modifications will be lost on further plugin upgrades.

    Thanks

    Thread Starter calle81

    (@calle81)

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add [‘notifier’] $tab’ is closed to new replies.