rwmb shortcode filter examples

Support General rwmb shortcode filter examples

  • This topic has 1 reply, 2 voices, and was last updated 1 year ago by PeterPeter.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45060
    Nicholas CoxNicholas Cox
    Participant

    Hi

    I wanted to edit the shortcode output pragmatically but not sure how the following function works https://docs.metabox.io/filters/rwmb-shortcode/

    I tried to call it with add_filter but it does nothing? i tried to error_log the $content but nothing outputs.
    add_filter( 'rwmb_shortcode', [ $this, 'test' ]);

    thanks

    Nick

    #45066
    PeterPeter
    Moderator

    Hello Nick,

    Please add a helper shortcode to a post content, check the output value in the frontend, use the filter hook and see how it works. Following the documentation
    https://docs.metabox.io/shortcode/

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