• Resolved benbutler12

    (@benbutler12)


    Hey guys!

    Could you point out in which file and line the edit folder name save function is? I’m looking to hook an extra set of logic to it.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wickedplugins

    (@wickedplugins)

    Hi @benbutler12!

    Saving the folder name is handled in the ajax_save_folder() and ajax_edit_folder() functions within wicked-folders/lib/class-wicked-folders-ajax.php.

    However, the plugin uses the built-in WordPress taxonomy API so, depending on what you want to do, I think you’ll actually want to use an action or filter called from either wp_insert_term() or wp_update_term().

    Hope this helps! Let us know if we can answer any other questions.

    • This reply was modified 6 years, 8 months ago by wickedplugins.
    Thread Starter benbutler12

    (@benbutler12)

    You guys rock. Thanks for the quick response and note!

    Plugin Author wickedplugins

    (@wickedplugins)

    No problem! If we can help with anything else, just let us know.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Where is the folder save action?’ is closed to new replies.