Viewing 3 reply threads
  • Author
    Posts
    • #1299
      sanderschat
      Member

      Hi!

      just wondering how to process the setting-page on a ‘submit/save’?

      So, what i want is that the setting page shows some settings, (eg “run now?” checkbox)
      and after saving them,
      i want to process ‘specific code’ based on this field if ‘selected’.

      How to hook into this saving-process?

      thanks

    • #1300
      Steve
      Keymaster

      @sanderschat– Piklist uses the standard WordPress settings api. WordPress has two hooks that fire after a option is saved in option.php

      update_option_{$option}
      updated_option

    • #1301
      Sander Schat
      Member

      yes, got it!

      thanks for the ‘tip’

    • #1303
      Steve
      Keymaster

      Remember, Piklist uses standard WordPress functions and APIs for most things. If you know how to use WordPress, then you know how to use Piklist!

Viewing 3 reply threads
  • You must be logged in to reply to this topic.