• Resolved flynsarmy

    (@flynsarmy)


    In file /threewp-broadcast/src/sdk/wordpress/object_stores/Post.php you have

    public static function delete()
    {
    	wp_delete_post( $this->id );
    }

    however $this cannot be used in static methods.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘$this cannot be used in static methods’ is closed to new replies.