• Hi Team,

    I have a custom Plugin whose job is to clone the post. I want to track the log of each post while cloning. I went through the custom connector API. but I am not able to track the log.
    Please help me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • @sumeetbiswal Are you loading the connector class using the wp_stream_connectors filter? Read more about it here. If that doesn’t your issue, open an issue on the Stream repository and I will personally help you there.

    Thread Starter sumeetbiswal

    (@sumeetbiswal)

    Hi kidunot89,
    Thank you for your reply. Replying to your question, Yes I am loading the connector class
    wp_stream_connectors . But I was getting error. However my issue has been fixed. It was a small minor mistakes that It was not calling add_filter function properly.

    Now I am able to see my custom action & context in the drop down of stream dashboard.
    But when I am cloning any post using my custom module, I won’t see any log tracking.
    I am wondering, after registering my custom connector, What should my next steps ?
    Do I need to go for creating Action Refernce ? https://github.com/xwp/stream/wiki/Action-Reference

    Please guide me, in such scenario.

    • This reply was modified 4 years, 4 months ago by sumeetbiswal.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I implement in my Custom plugin’ is closed to new replies.