wp-papi / papi

:rocket: WordPress Page Type API with custom fields
https://wp-papi.github.io
MIT License
263 stars 32 forks source link

Make `$slug` and `$post_id` option for delete/format/import/load/update methods #180

Closed frozzare closed 8 years ago

frozzare commented 8 years ago

Methods:

Before:

public function update_value( $value, $slug, $post_id )

After:

public function update_value( $value, $slug = null, $post_id = null )