remove var_dump
This commit is contained in:
parent
1af821621b
commit
ba44ac701b
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ class Inbox {
|
||||||
* @return WP_REST_Response
|
* @return WP_REST_Response
|
||||||
*/
|
*/
|
||||||
public static function user_inbox_post( $request ) {
|
public static function user_inbox_post( $request ) {
|
||||||
var_dump( $request->get_params() );
|
|
||||||
$user_id = $request->get_param( 'user_id' );
|
$user_id = $request->get_param( 'user_id' );
|
||||||
$user = User_Collection::get_by_various( $user_id );
|
$user = User_Collection::get_by_various( $user_id );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue