Forum Replies Created

Viewing 1 replies (of 1 total)
  • Would be nice if you guys added a hook (that also sends the $post_id, $widget_id and $sidebar_id as arguments) to the end of the of the pw_ajax_save_widget() function. Maybe something like this?

    $arguments = array(
       'post_id' => $post_id,
       'widget_id' => $widget_id,
       'sidebar_id' => $sidebar_id
    );
    do_action('wp_page_widget_save', $arguments);
Viewing 1 replies (of 1 total)