Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author edward_plainview

    (@edward_plainview)

    What version of BC are you using? I’ve refactored a lot of code lately and line 2224 doesn’t exist anymore.

    But at any rate, have you looked at the include/actions/broadcasting_modify_post.php file?

    Thread Starter benklocek

    (@benklocek)

    Looks like I have 6. Someones been BUSY! ??

    On 11: In broadcasting_modify_post.php does $broadcasting_data contain the original post content?

    How does one use these actions? Is is just as usual in my plugin or functions.php?

    add_action('broadcasting_modify_post', 'my_modifying_function');

    Plugin Author edward_plainview

    (@edward_plainview)

    threewp_broadcast_broadcasting_modify_post

    If you look at the includes/actions/broadcasting_modify_post.php, find the string

    The BCD contains the ->modified_post object to which you write your changes.

    which perhaps explains what you need to do, yes?

    Thread Starter benklocek

    (@benklocek)

    Yes, that does the trick.

    And thanks Edward for your great support (on all support requests for your plugins).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom Fields Filter’ is closed to new replies.