function save_contact_info()
{
    global $contact_info, $post, $_POST, $post_id;
    save_component($contact_info, $post, $_POST, $post_id, plugin_basename(__FILE__));
}
function save_table_summary()
{
    global $table_summary, $post, $_POST, $post_id;
    save_component($table_summary, $post, $_POST, $post_id, plugin_basename(__FILE__));
}
function save_property_attributes2()
{
    global $property_attributes2, $post, $_POST, $post_id;
    save_component($property_attributes2, $post, $_POST, $post_id, plugin_basename(__FILE__));
}
function save_single_input()
{
    global $single_input, $post, $_POST, $post_id;
    save_component($single_input, $post, $_POST, $post_id, plugin_basename(__FILE__));
}
function save_checkbox_features()
{
    global $checkbox_features, $post, $_POST, $post_id;
    save_component($checkbox_features, $post, $_POST, $post_id, plugin_basename(__FILE__));
}
function save_company_attributes()
{
    global $company_attributes, $post, $_POST, $post_id;
    save_component($company_attributes, $post, $_POST, $post_id, plugin_basename(__FILE__));
}
function save_subsection_just_content3()
{
    global $subsection_just_content3, $post, $_POST, $post_id;
    save_component($subsection_just_content3, $post, $_POST, $post_id, plugin_basename(__FILE__));
}
function save_wysiwyg_two()
{
    global $subsection_with_wysiwyg_two, $post, $_POST, $post_id;
    save_component($subsection_with_wysiwyg_two, $post, $_POST, $post_id, plugin_basename(__FILE__));
}
Ejemplo n.º 9
0
function save_price()
{
    global $price, $post, $_POST, $post_id;
    save_component($price, $post, $_POST, $post_id, plugin_basename(__FILE__));
}
Ejemplo n.º 10
0
function save_yt()
{
    global $youtube, $post, $_POST, $post_id;
    save_component($youtube, $post, $_POST, $post_id, plugin_basename(__FILE__));
}
Ejemplo n.º 11
0
function save_page_fields()
{
    global $page_fields, $post, $_POST, $post_id;
    save_component($page_fields, $post, $_POST, $post_id, plugin_basename(__FILE__));
}