Dmitriy Botov

Results 1 comments of Dmitriy Botov

Messed with the same problem, being total noob in wordpress infrastructure. Solved by putting ``` register_meta('post', 'duration', [ 'type' => 'integer', 'description' => 'duration', 'single' => true, 'show_in_rest' => true,...