Support » Plugin: Wicked Folders » Use folder taxonomies in menus

  • Resolved aurepons

    (@aurepons)


    Hi, I want to use your folder taxonomies in WP menus, so I need to modify your register_taxonomy original call to change some params like show_ui, show_in_menu and so on.

    I would love if you could add a filter to allow modify this call, something like that in line 179 of class-wicked-folders.php.

    $args = apply_filters( ‘folder_taxonomy_hook’, array( “label” =>…. ));

    register_taxonomy(… $args);

    Is it possible for next versions?

    Thank you very much and congratulation for your great job with this plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Use folder taxonomies in menus’ is closed to new replies.