cft_save_post

cft_save_post

Hook Type: action

See hook in core

Displaying hooks found in version: custom-field-template.2.7.4

do_action('cft_save_post') is found 1 times:

  • /custom-field-template.php line 3489
    3486
    3487
    3488
    3489
    3490
    3491
    3492
    3493
    3494
    3495
        update_option('custom_field_template_data', $options);
        wp_cache_flush();
     
        do_action('cft_save_post', $id, $post);
    }
     
    function parse_ini_str($Str,$ProcessSections = TRUE) {
        $options = $this->get_custom_field_template_data();
     
        $Section = NULL;