bbp_get_form_topic_content

bbp_get_form_topic_content

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_form_topic_content') is found 1 times:

  • /includes/topics/template.php line 3715
    3711
    3712
    3713
    3714
    3715
    3716
    3717
    3718
    3719
    3720
    3721
                $topic_content = '';
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_form_topic_content', $topic_content );
        }
     
    /**
     * Allow topic rows to have administrative actions
     *
     * @since 2.1.0 bbPress (r3653)

See this hook used in plugins: