Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/02/2021 01:47:57 AM (4 years ago)
Author:
espellcaste
Message:

Introducing a new helper function bp_rest_get_object_url, used to grab a REST API endpoint url from a specific component.

We are also deprecating the legacy version bp_rest_get_user_url

Props imath

Fixes #8490

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/class-buddypress.php

    r12974 r12985  
    513513            require( $this->plugin_dir . 'bp-core/deprecated/7.0.php' );
    514514            require( $this->plugin_dir . 'bp-core/deprecated/8.0.php' );
     515            require( $this->plugin_dir . 'bp-core/deprecated/9.0.php' );
    515516        }
    516517
Note: See TracChangeset for help on using the changeset viewer.