cft_save_post

cft_save_post

Hook Type: action

See hook in core

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

do_action('cft_save_post') is found 1 times:

  • /custom-field-template.php line 3468
     
    		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;