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
    		? 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.