Navigation überspringen

[Gelöst] Does WP Sheet Editor plugin trigger Form API Hooks?

This support ticket is created vor 9 Monaten, 2 Wochen. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Dieses Thema enthält 1 Antwort, hat 2 Stimmen.

Zuletzt aktualisiert von Nigel vor 9 Monaten, 2 Wochen.

Author
Artikel
#2693067

Tell us what you are trying to do?
Using the WP Sheet Editor plugin for bulk editing Toolset Content types.

Is there any documentation that you are following?
https://toolset.com/course-lesson/bulk-editing-toolset-content-with-wp-sheet-editor/

Is there a similar example that we can see?
https://toolset.com/course-lesson/bulk-editing-toolset-content-with-wp-sheet-editor/

#2693071

Nigel
Supporter

Sprachen: Englisch (English ) Spanisch (Español )

Zeitzone: Europe/London (GMT+00:00)

Hi there

The Forms API hooks are only triggered when submitting Toolset forms.

A plugin like WP Sheet Editor probably triggers standard WordPress hooks like post_updated, but you would need to consult their documentation or support to be sure.

#2693120

Thank you for the information.