bbp_get_global_post_field

bbp_get_global_post_field

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_global_post_field') is found 1 times:

  • /includes/common/functions.php line 2179
    2175
    2176
    2177
    2178
    2179
    2180
    2181
    2182
    2183
    2184
    2185
            ? sanitize_post_field( $field, $post->{$field}, $post->ID, $context )
            : '';
     
        // Filter & return
        return apply_filters( 'bbp_get_global_post_field', $retval, $post, $field, $context );
    }
     
    /** Nonces ********************************************************************/
     
    /**
     * Makes sure the user requested an action from another page on this site.