• Excellent plugin, thanks. One thing I’m adding to my implementation is to expose the taxonomy via API.

    register_taxonomy(‘profession’, ‘user’, array(

    ‘show_in_rest’ => true,
    ‘rest_base’ => ‘profession,
    ‘rest_controller_class’ => ‘WP_REST_Terms_Controller’,
    ));

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Solves my problem’ is closed to new replies.