Skip to content

Instantly share code, notes, and snippets.

@victormattosvm
Last active June 16, 2023 15:33
Show Gist options
  • Select an option

  • Save victormattosvm/b22a0e02497413763586108f5996b934 to your computer and use it in GitHub Desktop.

Select an option

Save victormattosvm/b22a0e02497413763586108f5996b934 to your computer and use it in GitHub Desktop.
Migrate WCMp to MVX functions, filters and hooks
<?php
$actions = array(
'mvx_rest_api_request' => 'wcmp_rest_api_request',
'mvx_rest_insert_vendor_review' => 'wcmp_rest_insert_vendor_review',
'mvx_before_orders_list_query_bind' => 'before_wcmp_orders_list_query_bind',
'mvx_vendor_order_edit_status' => 'wcmp_vendor_order_edit_status',
'mvx_orders_list_do_handle_bulk_actions' => 'wcmp_orders_list_do_handle_bulk_actions',
'mvx_orders_list_do_handle_filter_actions' => 'wcmp_orders_list_do_handle_filter_actions',
'mvx_create_duplicate_product' => 'wcmp_create_duplicate_product',
'mvx_todo_done_pending_transaction' => 'wcmp_todo_done_pending_transaction',
'mvx_before_products_list_query_bind' => 'before_wcmp_products_list_query_bind',
'mvx_products_list_do_handle_bulk_actions' => 'wcmp_products_list_do_handle_bulk_actions',
'mvx_product_qna_after_question_submitted' => 'wcmp_product_qna_after_question_submitted',
'mvx_product_qna_after_answer_submitted' => 'wcmp_product_qna_after_answer_submitted',
'mvx_product_qna_after_vote_submitted' => 'wcmp_product_qna_after_vote_submitted',
'mvx_product_qna_after_update_answer_submitted' => 'wcmp_product_qna_after_update_answer_submitted',
'mvx_before_update_shipping_method' => 'wcmp_before_update_shipping_method',
'mvx_order_refunded' => 'wcmp_order_refunded',
'mvx_after_translated_new_product' => 'wcmp_after_translated_new_product',
'mvx_after_calculate_commission' => 'after_wcmp_calculate_commission',
'mvx_create_commission_refund_after_commission_note' => 'wcmp_create_commission_refund_after_commission_note',
'mvx_commission_fully_refunded' => 'wcmp_commission_fully_refunded',
'mvx_commission_partially_refunded' => 'wcmp_commission_partially_refunded',
'mvx_after_create_commission_refunds' => 'wcmp_after_create_commission_refunds',
'mvx_vendor_commission_created' => 'wcmp_vendor_commission_created',
'mvx_after_update_vendor_role_capability' => 'wcmp_after_update_vendor_role_capability',
'mvx_orders_migration_order_created' => 'wcmp_orders_migration_order_created',
'mvx_add_shipping_package_meta' => 'wcmp_add_shipping_package_meta_data',
'mvx_frontend_enqueue_scripts' => 'wcmp_frontend_enqueue_scripts',
'mvx_vendor_shop_page_policies' => 'wcmp_vendor_shop_page_policies',
'mvx_store_widget_contents' => 'wcmp_store_widget_contents',
'mvx_jqvmap_enqueue_scripts' => 'wcmp_jqvmap_enqueue_scripts',
'mvx_prevent_vendor_order_emails_trigger_action' => 'wcmp_prevent_vendor_order_emails_trigger_action',
'mvx_after_suborder_details' => 'wcmp_after_suborder_details',
'mvx_checkout_vendor_order_processed' => 'wcmp_checkout_vendor_order_processed',
'mvx_checkout_create_order' => 'wcmp_checkout_create_order',
'mvx_checkout_update_order_meta' => 'wcmp_checkout_update_order_meta',
'mvx_vendor_create_order_line_item' => 'wcmp_vendor_create_order_line_item',
'mvx_vendor_create_order_shipping_item' => 'wcmp_vendor_create_order_shipping_item',
'mvx_checkout_create_order_coupon_item' => 'wcmp_checkout_create_order_coupon_item',
'mvx_vendor_order_on_cancelled_commission' => 'wcmp_vendor_order_on_cancelled_commission',
'mvx_transaction_update_meta' => 'wcmp_transaction_update_meta_data',
'mvx_transaction_email_notification' => 'wcmp_transaction_email_notification',
'mvx_commission_update_commission_meta' => 'wcmp_commission_update_commission_meta',
'mvx_commission_before_save_commission_total' => 'wcmp_commission_before_save_commission_total',
'mvx_commission_after_save_commission_total' => 'wcmp_commission_after_save_commission_total',
'mvx_admin_commission_order_item_headers' => 'wcmp_admin_commission_order_item_headers',
'mvx_admin_commission_before_order_itemmeta' => 'wcmp_admin_commission_before_order_itemmeta',
'mvx_admin_commission_after_order_itemmeta' => 'wcmp_admin_commission_after_order_itemmeta',
'mvx_admin_commission_admin_order_item_values' => 'wcmp_admin_commission_admin_order_item_values',
'mvx_admin_commission_order_items_after_line_items' => 'wcmp_admin_commission_order_items_after_line_items',
'mvx_admin_commission_order_item_values' => 'wcmp_admin_commission_order_item_values',
'mvx_admin_commission_order_items_after_shipping' => 'wcmp_admin_commission_order_items_after_shipping',
'mvx_admin_commission_order_items_after_fees' => 'wcmp_admin_commission_order_items_after_fees',
'mvx_admin_commission_order_items_after_refunds' => 'wcmp_admin_commission_order_items_after_refunds',
'mvx_admin_commission_order_totals_after_shipping' => 'wcmp_admin_commission_order_totals_after_shipping',
'mvx_admin_commission_order_totals_after_tax' => 'wcmp_admin_commission_order_totals_after_tax',
'mvx_admin_commission_order_totals_after_total' => 'wcmp_admin_commission_order_totals_after_total',
'mvx_admin_commission_order_totals_after_refunded' => 'wcmp_admin_commission_order_totals_after_refunded',
'mvx_new_commission_note' => 'wcmp_new_commission_note',
'mvx_product_qna_delete_question' => 'wcmp_product_qna_delete_question',
'mvx_product_qna_delete_answer' => 'wcmp_product_qna_delete_answer',
'mvx_product_options_policy_on_single_page' => 'wcmp_product_options_policy_product_data',
'mvx_new_product_note' => 'wcmp_new_product_note',
'mvx_set_user_role' => 'wcmp_set_user_role',
'mvx_after_register_vendor' => 'after_register_wcmp_vendor',
'mvx_after_vendor_withdrawal_transaction_success' => 'wcmp_after_vendor_withdrawal_transaction_success',
'mvx_vendor_tools_handler' => 'wcmp_vendor_tools_handler',
'mvx_vendor_shipping_settings' => 'wcmp_vendor_shipping_settings',
'mvx_save_custom_store' => 'wcmp_save_custom_store_data',
'mvx_before_post_update' => 'wcmp_before_post_update',
'mvx_process_product_object' => 'wcmp_process_product_object',
'mvx_frontend_dashboard_before_coupon_post_update' => 'wcmp_afm_before_coupon_post_update',
'mvx_frontend_dashboard_coupon_options_save' => 'wcmp_afm_coupon_options_save',
'mvx_vendor_head' => 'wcmp_vendor_head',
'mvx_vendor_setup_wizard_footer' => 'wcmp_vendor_setup_wizard_footer',
'mvx_before_vendor_order_item_table' => 'wcmp_before_vendor_order_item_table',
'mvx_after_vendor_order_item_table' => 'wcmp_after_vendor_order_item_table',
'mvx_vendors_vendor_ship' => 'wcmp_vendors_vendor_ship',
'mvx_after_vendor_ship_save' => 'wcmp_after_vendor_ship_save',
'mvx_vendor_clear_all_transients' => 'wcmp_vendor_clear_all_transients',
'mvx_before_vendor_dashboard_content' => 'before_wcmp_vendor_dashboard_content',
'mvx_after_vendor_dashboard_content' => 'after_wcmp_vendor_dashboard_content',
'mvx_befor_vendor_dashboard_order_list_actions' => 'wcmp_befor_vendor_dashboard_order_list_actions',
'mvx_before_reapply_vendor_application_save' => 'wcmp_before_reapply_vendor_application_save',
'mvx_after_reapply_vendor_application_save' => 'wcmp_after_reapply_vendor_application_save',
'mvx_after_reapply_vendor_application_saved_notes' => 'wcmp_after_reapply_vendor_application_saved_notes',
'mvx_init' => 'wcmp_init',
'mvx_frontend_dashboard_after_add_coupon_endpoint_load' => 'wcmp_afm_after_add_coupon_endpoint_load',
'mvx_frontend_dashboard_add_coupon_template_load' => 'wcmp_afm_add_coupon_template_load',
'mvx_ledger_data_store_after_update' => 'wcmp_ledger_data_store_after_update_data',
'mvx_after_edit_product_endpoint_load' => 'after_wcmp_edit_product_endpoint_load',
'mvx_edit_product_template_load' => 'wcmp_edit_product_template_load',
'mvx_pre_get_vendors' => 'pre_get_wcmp_vendors',
'mvx_report_admin_overview' => 'wcmp_report_admin_overview',
'mvx_frontend_report_product_filter' => 'wcmp_frontend_report_product_filter',
'mvx_frontend_report_vendor_filter' => 'wcmp_frontend_report_vendor_filter',
'mvx_dashboard_setup' => 'wcmp_dashboard_setup',
'mvx_widget_before_vendor_product_search_form' => 'wcmp_widget_before_vendor_product_search_form',
'mvx_order_processed' => 'wcmp_order_processed',
'mvx_get_latlng_distance' => 'wcmp_get_latlng_distance',
'mvx_spmv_products_map_do_action' => 'wcmp_spmv_products_map_do_action',
'mvx_spmv_set_object_terms_handler' => 'wcmp_spmv_set_object_terms_handler',
'mvx_spmv_term_exclude_products_handler' => 'wcmp_spmv_term_exclude_products_handler',
'mvx_vendor_store_header_social_link' => 'wcmp_vendor_store_header_social_link',
'mvx_additional_button_at_banner' => 'wcmp_additional_button_at_banner',
'mvx_after_vendor_information' => 'after_wcmp_vendor_information',
'mvx_after_vendor_description' => 'after_wcmp_vendor_description',
'mvx_before_main_content' => 'wcmp_before_main_content',
'mvx_archive_description' => 'wcmp_archive_description',
'mvx_after_main_content' => 'wcmp_after_main_content',
'mvx_sidebar' => 'wcmp_sidebar',
'mvx_after_vendor_tab' => 'wcmp_after_vendor_tab',
'mvx_store_tab_widget_contents' => 'wcmp_store_tab_widget_contents',
'mvx_before_customer_qna_form' => 'before_wcmp_customer_qna_form',
'mvx_after_customer_qna_form' => 'after_wcmp_customer_qna_form',
'mvx_email_footer' => 'wcmp_email_footer',
'mvx_before_vendor_order_table_header' => 'wcmp_before_vendor_order_table_header',
'mvx_after_vendor_order_table_header' => 'wcmp_after_vendor_order_table_header',
'mvx_before_reapply_vendor_application_form' => 'wcmp_before_reapply_vendor_application_form',
'mvx_after_reapply_vendor_application_form' => 'wcmp_after_reapply_vendor_application_form',
'mvx_vendor_review_before_comment_meta' => 'wcmp_vendor_review_before_comment_meta',
'mvx_vendor_review_before_comment_text' => 'wcmp_vendor_review_before_comment_text',
'mvx_vendor_review_after_comment_text' => 'wcmp_vendor_review_after_comment_text',
'mvx_before_pending_vendor_dashboard' => 'before_wcmp_pending_vendor_dashboard',
'mvx_vendor_dashboard_navigation' => 'wcmp_vendor_dashboard_navigation',
'mvx_after_pending_vendor_dashboard' => 'after_wcmp_pending_vendor_dashboard',
'mvx_before_rejected_vendor_dashboard' => 'before_wcmp_rejected_vendor_dashboard',
'mvx_rejected_vendor_dashboard_content' => 'wcmp_rejected_vendor_dashboard_content',
'mvx_after_rejected_vendor_dashboard' => 'after_wcmp_rejected_vendor_dashboard',
'mvx_before_vendor_list' => 'wcmp_before_vendor_list',
'mvx_before_vendor_list_map_section' => 'wcmp_before_vendor_list_map_section',
'mvx_vendor_list_map_section' => 'wcmp_vendor_list_map_section',
'mvx_after_vendor_list_map_section' => 'wcmp_after_vendor_list_map_section',
'mvx_before_vendor_list_vendors_section' => 'wcmp_before_vendor_list_vendors_section',
'mvx_vendor_list_vendors_section' => 'wcmp_vendor_list_vendors_section',
'mvx_after_vendor_list_vendors_section' => 'wcmp_after_vendor_list_vendors_section',
'mvx_after_vendor_list' => 'wcmp_after_vendor_list',
'mvx_before_vendor_dashboard' => 'before_wcmp_vendor_dashboard',
'mvx_vendor_dashboard_content' => 'wcmp_vendor_dashboard_content',
'mvx_after_vendor_dashboard' => 'after_wcmp_vendor_dashboard',
'mvx_vendor_list_sort_distanceSelect_extra_options' => 'wcmp_vendor_list_sort_distanceSelect_extra_options',
'mvx_vendor_list_vendor_sort_map_extra_filters' => 'wcmp_vendor_list_vendor_sort_map_extra_filters',
'mvx_vendor_list_vendor_sort_extra_attributes' => 'wcmp_vendor_list_vendor_sort_extra_attributes',
'mvx_vendor_lists_single_before_image' => 'wcmp_vendor_lists_single_before_image',
'mvx_vendor_lists_vendor_store_badges' => 'wcmp_vendor_lists_vendor_store_badges',
'mvx_vendor_lists_single_after_image' => 'wcmp_vendor_lists_single_after_image',
'mvx_vendor_lists_vendor_before_store_details' => 'wcmp_vendor_lists_vendor_before_store_details',
'mvx_vendor_lists_single_after_button' => 'wcmp_vendor_lists_single_after_button',
'mvx_vendor_lists_vendor_after_title' => 'wcmp_vendor_lists_vendor_after_title',
'mvx_vendor_lists_vendor_after_store_details' => 'wcmp_vendor_lists_vendor_after_store_details',
'mvx_vendor_register_form' => 'wcmp_vendor_register_form',
'mvx_vendor_lists_vendor_top_products' => 'wcmp_vendor_lists_vendor_top_products',
'mvx_after_singleproductmultivendor_vendor_name' => 'after_wcmp_singleproductmultivendor_vendor_name',
'mvx_dashboard_header_right_vendor_dropdown' => 'wcmp_dashboard_header_right_vendor_dropdown',
'mvx_dashboard_widget' => 'wcmp_dashboard_widget',
'mvx_before_vendor_dashboard_navigation' => 'wcmp_before_vendor_dashboard_navigation',
'mvx_after_vendor_dashboard_navigation' => 'wcmp_after_vendor_dashboard_navigation',
'mvx_before_vendor_dashboard_profile' => 'wcmp_before_vendor_dashboard_profile',
'mvx_after_vendor_dashboard_profile' => 'wcmp_after_vendor_dashboard_profile',
'mvx_before_shop_front' => 'wcmp_before_shop_front',
'mvx_vendor_add_store' => 'wcmp_vendor_add_store_data',
'mvx_vendor_add_extra_social_link' => 'wcmp_vendor_add_extra_social_link',
'mvx_after_shop_front' => 'wcmp_after_shop_front',
'mvx_vendor_stripe_connect_account_fields' => 'wcmp_vendor_stripe_connect_account_fields',
'mvx_after_vendor_billing' => 'wcmp_after_vendor_billing',
'mvx_vendor_order_list_add_extra_filters' => 'wcmp_vendor_order_list_add_extra_filters',
'mvx_before_vendor_policy' => 'wcmp_before_vendor_policy',
'mvx_after_vendor_policy' => 'wcmp_after_vendor_policy',
'mvx_before_vendor_dashboard_products_qna_table' => 'before_wcmp_vendor_dashboard_products_qna_table',
'mvx_after_vendor_dashboard_products_qna_table' => 'after_wcmp_vendor_dashboard_products_qna_table',
'mvx_before_shipping_form_end_vendor_dashboard' => 'wcmp_before_shipping_form_end_vendor_dashboard',
'mvx_before_vendor_tools_content' => 'before_wcmp_vendor_tools_content',
'mvx_vendor_dashboard_tools_item' => 'wcmp_vendor_dashboard_tools_item',
'mvx_after_vendor_tools_content' => 'after_wcmp_vendor_tools_content',
'mvx_before_frontend_dashboard_add_coupon_form' => 'before_wcmp_afm_add_coupon_form',
'mvx_frontend_dashboard_add_coupon_form_start' => 'wcmp_afm_add_coupon_form_start',
'mvx_frontend_dashboard_coupon_write_panel_tabs' => 'wcmp_afm_coupon_write_panel_tabs',
'mvx_frontend_dashboard_coupon_tabs_content' => 'wcmp_afm_coupon_tabs_content',
'mvx_frontend_dashboard_add_coupon_form_end' => 'wcmp_afm_add_coupon_form_end',
'mvx_after_frontend_dashboard_add_coupon_form' => 'after_wcmp_afm_add_coupon_form',
'mvx_before_vendor_dashboard_coupon_list_table' => 'before_wcmp_vendor_dashboard_coupon_list_table',
'mvx_after_vendor_dashboard_coupon_list_table' => 'after_wcmp_vendor_dashboard_coupon_list_table',
'mvx_frontend_dashboard_before_general_coupon' => 'wcmp_afm_before_general_coupon_data',
'mvx_frontend_dashboard_after_general_coupon' => 'wcmp_afm_after_general_coupon_data',
'mvx_frontend_dashboard_before_usage_limit_coupon' => 'wcmp_afm_before_usage_limit_coupon_data',
'mvx_frontend_dashboard_after_usage_limit_coupon' => 'wcmp_afm_after_usage_limit_coupon_data',
'mvx_frontend_dashboard_before_usage_restriction_coupon' => 'wcmp_afm_before_usage_restriction_coupon_data',
'mvx_frontend_dashboard_after_usage_restriction_coupon' => 'wcmp_afm_after_usage_restriction_coupon_data',
'mvx_before_vendor_pending_shipping' => 'before_wcmp_vendor_pending_shipping',
'mvx_after_vendor_pending_shipping' => 'after_wcmp_vendor_pending_shipping',
'mvx_before_vendor_dashboard_products_cust_qna' => 'before_wcmp_vendor_dashboard_products_cust_qna',
'mvx_after_vendor_dashboard_products_cust_qna' => 'after_wcmp_vendor_dashboard_products_cust_qna',
'mvx_before_vendor_stats_reports' => 'before_wcmp_vendor_stats_reports',
'mvx_after_vendor_stats_reports' => 'after_wcmp_vendor_stats_reports',
'mvx_before_vendor_visitors_map' => 'before_wcmp_vendor_visitors_map',
'mvx_after_vendor_visitors_map' => 'after_wcmp_vendor_visitors_map',
'mvx_frontend_product_manager_template' => 'wcmp-frontend-product-manager_template',
'mvx_before_add_product_form' => 'before_wcmp_add_product_form',
'mvx_add_product_form_start' => 'wcmp_add_product_form_start',
'mvx_product_manager_right_panel_after' => 'wcmp_product_manager_right_panel_after',
'mvx_product_write_panel_tabs' => 'wcmp_product_write_panel_tabs',
'mvx_after_attribute_product_tabs_content' => 'wcmp_after_attribute_product_tabs_content',
'mvx_product_tabs_content' => 'wcmp_product_tabs_content',
'mvx_after_product_excerpt_metabox_panel' => 'wcmp_after_product_excerpt_metabox_panel',
'mvx_frontend_dashboard_after_product_excerpt_metabox_panel' => 'wcmp_afm_after_product_excerpt_metabox_panel',
'mvx_before_product_note_metabox_panel' => 'wcmp_before_product_note_metabox_panel',
'mvx_after_product_note_metabox_panel' => 'wcmp_after_product_note_metabox_panel',
'mvx_after_product_tags_metabox_panel' => 'after_wcmp_product_tags_metabox_panel',
'mvx_add_product_form_end' => 'wcmp_add_product_form_end',
'mvx_after_add_product_form' => 'after_wcmp_add_product_form',
'mvx_before_vendor_dashboard_product_list_table' => 'before_wcmp_vendor_dashboard_product_list_table',
'mvx_products_list_add_extra_filters' => 'wcmp_products_list_add_extra_filters',
'mvx_before_vendor_dashboard_product_list_page_header_action_btn' => 'before_wcmp_vendor_dash_product_list_page_header_action_btn',
'mvx_after_vendor_dashboard_product_list_page_header_action_btn' => 'after_wcmp_vendor_dash_product_list_page_header_action_btn',
'mvx_after_vendor_dashboard_product_list_table' => 'after_wcmp_vendor_dashboard_product_list_table',
'mvx_frontend_dashboard_product_option_terms' => 'wcmp_afm_product_option_terms',
'mvx_frontend_dashboard_after_product_attribute_settings' => 'wcmp_afm_after_product_attribute_settings',
'mvx_frontend_dashboard_product_options_advanced' => 'wcmp_afm_product_options_advanced',
'mvx_frontend_dashboard_product_options_attribute' => 'wcmp_afm_product_options_attributes',
'mvx_frontend_dashboard_before_general_product' => 'wcmp_afm_before_general_product_data',
'mvx_frontend_dashboard_product_options_pricing' => 'wcmp_afm_product_options_pricing',
'mvx_frontend_dashboard_product_options_download' => 'wcmp_afm_product_options_downloads',
'mvx_frontend_dashboard_after_general_product' => 'wcmp_afm_after_general_product_data',
'mvx_frontend_dashboard_product_options_sku' => 'wcmp_afm_product_options_sku',
'mvx_frontend_dashboard_product_options_stock_description' => 'wcmp_afm_product_options_stock_description',
'mvx_frontend_dashboard_product_options_stock' => 'wcmp_afm_product_options_stock',
'mvx_frontend_dashboard_product_options_stock_fields' => 'wcmp_afm_product_options_stock_fields',
'mvx_frontend_dashboard_product_options_stock_status' => 'wcmp_afm_product_options_stock_status',
'mvx_frontend_dashboard_product_options_sold_individually' => 'wcmp_afm_product_options_sold_individually',
'mvx_frontend_dashboard_after_inventory_section_end' => 'wcmp_afm_after_inventory_section_ends',
'mvx_frontend_dashboard_product_inventory_options' => 'wcmp_afm_product_options_inventory_product_data',
'mvx_frontend_dashboard_product_options_related' => 'wcmp_afm_product_options_related',
'mvx_frontend_dashboard_before_vendor_policies' => 'wcmp_afm_before_vendor_policies',
'mvx_frontend_dashboard_after_vendor_policies' => 'wcmp_afm_after_vendor_policies',
'mvx_frontend_dashboard_product_options_dimensions' => 'wcmp_afm_product_options_dimensions',
'mvx_frontend_dashboard_product_options_shipping' => 'wcmp_afm_product_options_shipping',
'mvx_frontend_dashboard_before_product_highlights_category_wrap' => 'wcmp_afm_before_product_highlights_category_wrap',
'mvx_frontend_dashboard_after_product_highlights_category_wrap' => 'wcmp_afm_after_product_highlights_category_wrap',
'mvx_frontend_dashboard_before_product_highlights_title_wrap' => 'wcmp_afm_before_product_highlights_title_wrap',
'mvx_frontend_dashboard_after_product_highlights_title_wrap' => 'wcmp_afm_after_product_highlights_title_wrap',
'mvx_vendor_dash_order_details_before_top_left' => 'wcmp_vendor_dash_order_details_before_top_left_data',
'mvx_vendor_dash_order_details_after_top_left' => 'wcmp_vendor_dash_order_details_after_top_left_data',
'mvx_vendor_dash_order_details_top_right' => 'wcmp_vendor_dash_order_details_top_right_data',
'mvx_vendor_dash_before_order_itemmeta' => 'wcmp_vendor_dash_before_order_itemmeta',
'mvx_vendor_dash_after_order_itemmeta' => 'wcmp_vendor_dash_after_order_itemmeta',
'mvx_vendor_dash_order_item_values' => 'wcmp_vendor_dash_order_item_values',
'mvx_vendor_dash_order_item_headers' => 'wcmp_vendor_dash_order_item_headers',
'mvx_vendor_dash_order_items_after_line_items' => 'wcmp_vendor_dash_order_items_after_line_items',
'mvx_vendor_dash_order_items_after_shipping' => 'wcmp_vendor_dash_order_items_after_shipping',
'mvx_vendor_dash_order_items_after_refunds' => 'wcmp_vendor_dash_order_items_after_refunds',
'mvx_vendor_order_totals_after_discount' => 'wcmp_vendor_order_totals_after_discount',
'mvx_vendor_order_totals_after_shipping' => 'wcmp_vendor_order_totals_after_shipping',
'mvx_vendor_order_totals_after_tax' => 'wcmp_vendor_order_totals_after_tax',
'mvx_vendor_order_totals_after_total' => 'wcmp_vendor_order_totals_after_total',
'mvx_vendor_order_totals_after_refunded' => 'wcmp_vendor_order_totals_after_refunded',
'mvx_order_details_add_order_action_buttons' => 'wcmp_order_details_add_order_action_buttons',
'mvx_vendor_shipping_methods_edit_form_fields' => 'wcmp_vendor_shipping_methods_edit_form_fields',
);
// Define the list of replacements in the format "from" => "to"
$filters = array(
'mvx_prevent_automatic_wizard_redirect' => 'wcmp_prevent_automatic_wizard_redirect',
'mvx_rest_before_prepare_product_object' => 'before_wcmp_rest_prepare_product_object_data',
'mvx_vendor_review_rating_args_to_fetch' => 'wcmp_vendor_review_rating_args_to_fetch',
'mvx_rest_prepare_vendor_review' => 'wcmp_rest_prepare_vendor_review',
'mvx_rest_prepare_vendor_object_args' => 'wcmp_rest_prepare_vendor_object_args',
'mvx_rest_suppress_image_upload_error' => 'wcmp_rest_suppress_image_upload_error',
'mvx_rest_create_file_in_uploads' => 'wcmp_rest_create_file_in_uploads',
'mvx_regenerate_order_commissions_statuses' => 'wcmp_regenerate_order_commissions_statuses',
'mvx_regenerate_order_commissions_by_new_commission_rate' => 'wcmp_regenerate_order_commissions_by_new_commission_rate',
'mvx_before_crop_image_details' => 'before_wcmp_crop_image_cropDetails_data',
'mvx_before_crop_image_options' => 'before_wcmp_crop_image_cropOptions_data',
'mvx_create_file_in_uploads' => 'wcmp_create_file_in_uploads',
'mvx_header_image_attachment_metadata' => 'wcmp_header_image_attachment_metadata',
'mvx_datatable_get_vendor_all_orders' => 'wcmp_datatable_get_vendor_all_orders',
'mvx_vendor_orders_bulk_action_ids' => 'wcmp_vendor_orders_bulk_action_ids',
'mvx_vendor_dashboard_order_list_actions' => 'wcmp_my_account_my_orders_actions',
'mvx_datatable_order_list_row' => 'wcmp_datatable_order_list_row_data',
'mvx_vendor_orders_row_action_html' => 'wcmp_vendor_orders_row_action_html',
'mvx_auto_suggesion_product_objects' => 'wcmp_auto_suggesion_product_objects',
'mvx_csv_download_per_order_vendor' => 'wcmp_csv_download_per_order_vendor',
'mvx_vendor_dashboard_product_list_table_orderable_columns' => 'wcmp_vendor_dashboard_product_list_table_orderable_columns',
'mvx_vendor_dashboard_product_list_table_headers' => 'wcmp_vendor_dashboard_product_list_table_headers',
'mvx_vendor_dashboard_default_product_list_statues' => 'wcmp_vendor_dashboard_default_product_list_statues',
'mvx_get_vendor_product_list_query_args' => 'wcmp_get_vendor_product_list_query_args',
'mvx_datatable_product_list_query_args' => 'wcmp_datatable_product_list_query_args',
'mvx_enable_edit_product_options_for_statuses' => 'wcmp_enable_edit_product_options_for_statuses',
'mvx_vendor_product_list_product_edit_link' => 'wcmp_vendor_product_list_product_edit_link',
'mvx_vendor_product_list_row_actions' => 'wcmp_vendor_product_list_row_actions',
'mvx_vendor_product_list_row_actions_column' => 'wcmp_vendor_product_list_row_actions_column',
'mvx_vendor_product_list_row_product_categories' => 'wcmp_vendor_product_list_row_product_categories',
'mvx_vendor_dashboard_product_list_table_rows' => 'wcmp_vendor_dashboard_product_list_table_row_data',
'mvx_datatable_product_list_results' => 'wcmp_datatable_product_list_result_data',
'mvx_before_unpaid_order_vendor_withdrawal_lists' => 'wcmp_before_unpaid_order_vendor_withdrawal_list_data',
'mvx_vendor_withdrawal_list_rows' => 'wcmp_vendor_withdrawal_list_row_data',
'mvx_get_vendor_coupon_list_query_args' => 'wcmp_get_vendor_coupon_list_query_args',
'mvx_vendor_coupon_list_row_actions' => 'wcmp_vendor_coupon_list_row_actions',
'mvx_vendor_coupon_list_row_actions_col' => 'wcmp_vendor_coupon_list_row_actions_col',
'mvx_vendor_coupon_list_rows' => 'wcmp_vendor_coupon_list_row_data',
'mvx_transaction_vendor' => 'wcmp_transaction_vendor',
'mvx_vendor_transaction_list_rows' => 'wcmp_vendor_transaction_list_row_data',
'mvx_product_tag_add_taxonomy' => 'wcmp_product_tag_add_taxonomy',
'mvx_widget_vendor_pending_shipping_days_range' => 'wcmp_widget_vendor_pending_shipping_days_range',
'mvx_vendor_pending_shipping_args' => 'wcmp_vendor_pending_shipping_args',
'mvx_dashboard_pending_shipping_widget_data_actions' => 'wcmp_dashboard_pending_shipping_widget_data_actions',
'mvx_widget_vendor_pending_shipping_rows' => 'wcmp_widget_vendor_pending_shipping_row_data',
'mvx_widget_vendor_product_sales_report_days_range' => 'wcmp_widget_vendor_product_sales_report_days_range',
'mvx_widget_vendor_product_sales_report_orders' => 'wcmp_widget_vendor_product_sales_report_orders',
'mvx_widget_vendor_product_sales_report_line_items' => 'wcmp_widget_vendor_product_sales_report_line_items',
'mvx_widget_vendor_product_sales_report_rows' => 'wcmp_widget_vendor_product_sales_report_row_data',
'mvx_before_update_shipping_method_settings' => 'wcmp_before_update_shipping_method_settings',
'mvx_show_shipping_zone_tax' => 'wcmp_show_shipping_zone_tax',
'mvx_vendor_backend_shipping_methods_edit_form_fields' => 'wcmp_vendor_backend_shipping_methods_edit_form_fields',
'mvx_product_classify_search_category_level_args' => 'wcmp_product_classify_search_category_level_args',
'mvx_spmv_list_product_search_number' => 'wcmp_spmv_list_product_search_number',
'mvx_list_a_products_objects' => 'wcmp_list_a_products_objects',
'mvx_vendor_banking_ledger_lists' => 'wcmp_vendor_banking_ledger_lists',
'mvx_vendor_banking_ledger_list_rows' => 'wcmp_vendor_banking_ledger_list_row_data',
'mvx_current_vendor_id' => 'wcmp_current_vendor_id',
'mvx_translated_product_content_before_save' => 'wcmp_translated_product_content_before_save',
'mvx_completed_commission_statuses' => 'wcmp_completed_commission_statuses',
'mvx_reversed_commission_statuses' => 'wcmp_reversed_commission_statuses',
'mvx_create_order_commissions_as_per_statuses' => 'wcmp_create_order_commissions_as_per_statuses',
'mvx_vendor_new_order_mail_statuses_transition_from' => 'wcmp_vendor_new_order_mail_statuses_transition_from',
'mvx_get_commission_line_total' => 'wcmp_get_commission_line_total',
'mvx_get_commission_amount' => 'wcmp_get_commission_amount',
'mvx_admin_pay_commission_more_than_order_amount' => 'wcmp_admin_pay_commission_more_than_order_amount',
'mvx_quantity_wise_commission_amount_modify' => 'wcmp_quantity_wise_commission_amount_modify',
'mvx_category_wise_commission' => 'wcmp_category_wise_commission',
'mvx_get_multiple_category_wise_max_commission_term_id' => 'wcmp_get_multiple_category_wise_max_commission_term_id',
'mvx_multiple_category_wise_commission' => 'wcmp_multiple_category_wise_commission',
'mvx_product_type_selector' => 'wcmp_product_type_selector',
'mvx_vendor_product_sku_enabled' => 'wcmp_vendor_product_sku_enabled',
'mvx_sold_by_text_in_cart_checkout' => 'wcmp_sold_by_text_in_cart_checkout',
'mvx_sold_by_text' => 'wcmp_sold_by_text',
'mvx_sold_by_text_after_products_shop_page' => 'wcmp_sold_by_text_after_products_shop_page',
'mvx_vendor_capabilities' => 'wcmp_vendor_capabilities',
'mvx_vendor_coupon_types_valid_for_product' => 'wcmp_vendor_coupon_types_valid_for_product',
'mvx_multi_vendor_coupon_types' => 'wcmp_multi_vendor_coupon_types',
'mvx_vendor_redirect_after_delete_coupon_action' => 'wcmp_vendor_redirect_after_delete_coupon_action',
'mvx_coupon_current_id' => 'wcmp_coupon_current_id',
'mvx_cron_hook_identifier' => 'wcmp_cron_hook_identifier',
'mvx_cron_mass_payment_exclude_order_statuses' => 'wcmp_cron_mass_payment_exclude_order_statuses',
'mvx_enabled_vendor_weekly_report_mail' => 'wcmp_enabled_vendor_weekly_report_mail',
'mvx_enabled_vendor_monthly_report_mail' => 'wcmp_enabled_vendor_monthly_report_mail',
'mvx_enabled_vendor_custom_date_report_mail' => 'wcmp_enabled_vendor_custom_date_report_mail',
'mvx_migrate_spmv_multivendor_table_length' => 'wcmp_migrate_spmv_multivendor_table_length',
'mvx_migrate_spmv_table_products_query_args' => 'wcmp_migrate_spmv_table_products_query_args',
'mvx_email_classes' => 'wcmp_email_classes',
'mvx_endpoints_query_vars' => 'wcmp_endpoints_query_vars',
'mvx_load_default_vendor_store' => 'wcmp_load_default_vendor_store',
'mvx_save_registration_fields' => 'wcmp_save_registration_fields',
'mvx_vendor_formdata_mapped_types' => 'wcmp_vendor_formdata_mapped_types',
'mvx_is_allow_checkout_user_location' => 'wcmp_is_allow_checkout_user_location',
'mvx_split_shipping_packages' => 'wcmp_split_shipping_packages',
'mvx_map_icon_width' => 'wcmp_map_icon_width',
'mvx_map_icon_height' => 'wcmp_map_icon_height',
'mvx_vendor_dashboard_dequeue_global_styles' => 'wcmp_vendor_dashboard_dequeue_global_styles',
'mvx_styles_to_keep' => 'wcmp_styles_to_keep',
'mvx_vendor_dashboard_exclude_header_footer' => 'wcmp_vendor_dashboard_exclude_header_footer',
'mvx_store_tabs' => 'wcmp_store_tabs',
'mvx_get_seller_policies_url' => 'wcmp_get_seller_policies_url',
'mvx_get_seller_review_url' => 'wcmp_get_seller_review_url',
'mvx_frontend_dash_upload_script_params' => 'wcmp_frontend_dash_upload_script_params',
'mvx_google_maps_api_url' => 'wcmp_google_maps_api_url',
'mvx_shop_order_query_request' => 'wcmp_shop_order_query_request',
'mvx_prevent_vendor_order_emails_trigger' => 'wcmp_prevent_vendor_order_emails_trigger',
'mvx_admin_vendor_shop_order_edit_url' => 'wcmp_admin_vendor_shop_order_edit_url',
'mvx_create_vendor_order_new_order' => 'wcmp_create_vendor_order_new_order_data',
'mvx_create_vendor_order_default_order_status' => 'wcmp_create_vendor_order_default_order_status',
'mvx_vendor_order_metas' => 'wcmp_vendor_order_meta_data',
'mvx_order_available_coupon_types' => 'wcmp_order_available_coupon_types',
'mvx_parent_order_to_vendor_order_statuses_to_sync' => 'wcmp_parent_order_to_vendor_order_statuses_to_sync',
'mvx_vendor_notified_when_admin_change_status' => 'wcmp_vendor_notified_when_admin_change_status',
'mvx_vendor_order_to_parent_order_statuses_to_sync' => 'wcmp_vendor_order_to_parent_order_statuses_to_sync',
'mvx_exclude_coping_orders' => 'wcmp_exclude_coping_order_data',
'mvx_exclude_suborders_from_rest_api_call' => 'wcmp_exclude_suborders_from_rest_api_call',
'mvx_fetch_all_suborders_from_rest_api_call' => 'wcmp_fetch_all_suborders_from_rest_api_call',
'mvx_remove_suborders_from_rest_api_call' => 'wcmp_remove_suborders_from_rest_api_call',
'mvx_exclude_suborders_from_rest_api_call_query_args' => 'wcmp_exclude_suborders_from_rest_api_call_query_args',
'mvx_customer_my_account_refund_request_button_text' => 'wcmp_customer_my_account_refund_request_button_text',
'mvx_customer_my_account_refund_reason_label' => 'wcmp_customer_my_account_refund_reason_label',
'mvx_shop_order_bulk_action' => 'wcmp_shop_order_bulk_action',
'mvx_shop_order_bulk_action_handler' => 'wcmp_shop_order_bulk_action_handler',
'mvx_commission_transaction_amount' => 'wcmp_commission_transaction_amount',
'mvx_commission_transfer_charge_amount' => 'wcmp_commission_transfer_charge_amount',
'mvx_commission_gateway_charge_amount' => 'wcmp_commission_gateway_charge_amount',
'mvx_vendor_wise_order_total' => 'wcmp_vendor_wise_order_total',
'mvx_payment_gateways' => 'wcmp_payment_gateways',
'mvx_create_vendor_commission_args' => 'wcmp_create_vendor_commission_args',
'mvx_vendor_order_items_commission_rates' => 'wcmp_vendor_order_items_commission_rates',
'mvx_commission_total_amount' => 'wcmp_commission_total_amount',
'mvx_before_get_commissions_total_data_commission_posts' => 'wcmp_before_get_commissions_total_data_commission_posts',
'mvx_admin_commission_order_item_thumbnail' => 'wcmp_admin_commission_order_item_thumbnail',
'mvx_admin_commission_html_order_item_class' => 'wcmp_admin_commission_html_order_item_class',
'mvx_new_commission_notes' => 'wcmp_new_commission_note_data',
'mvx_vendor_commissions_header' => 'wcmp_vendor_commission_data_header',
'mvx_vendor_commissions' => 'wcmp_vendor_commission_data',
'mvx_post_commission_amount' => 'wcmp_post_commission_amount',
'mvx_get_unpaid_commissions_total_data_query_args' => 'wcmp_get_unpaid_commissions_total_data_query_args',
'mvx_get_unpaid_commissions_total_data_query_posts' => 'wcmp_get_unpaid_commissions_total_data_query_posts',
'mvx_get_unpaid_commissions_total_data_vendor_check_caps' => 'wcmp_get_unpaid_commissions_total_data_vendor_check_caps',
'mvx_transaction_item_totals' => 'wcmp_transaction_item_totals',
'mvx_transaction_item_details' => 'wcmp_transaction_item_details',
'mvx_get_transaction_details' => 'wcmp_get_transaction_details',
'mvx_product_qna_insert_question' => 'wcmp_product_qna_insert_question_data',
'mvx_product_qna_update_question' => 'wcmp_product_qna_update_question_data',
'mvx_product_qna_insert_answer' => 'wcmp_product_qna_insert_answer_data',
'mvx_product_qna_update_answer' => 'wcmp_product_qna_update_answer_data',
'mvx_vendor_can_overwrite_policies' => 'wcmp_vendor_can_overwrite_policies',
'mvx_disable_product_default_categories_hierarchy' => 'wcmp_disable_product_default_categories_hierarchy',
'mvx_more_vendors_tab' => 'wcmp_more_vendors_tab',
'mvx_single_product_multiple_vendor_products_array' => 'wcmp_single_product_multiple_vendor_products_array',
'mvx_singleproductmultiseller_edit_product_title_disabled' => 'wcmp_singleproductmultiseller_edit_product_title_disabled',
'mvx_additional_fields_product_vendor_tab' => 'wcmp_additional_fields_product_vendor_tab',
'mvx_policies_tab_title' => 'wcmp_policies_tab_title',
'mvx_report_abuse_text' => 'wcmp_report_abuse_text',
'mvx_show_report_abuse_form_popup' => 'wcmp_show_report_abuse_form_popup',
'mvx_spmv_filtered_product' => 'wcmp_spmv_filtered_product',
'mvx_vendor_redirect_after_delete_product_action' => 'wcmp_vendor_redirect_after_delete_product_action',
'mvx_product_current_id' => 'wcmp_product_current_id',
'mvx_customer_questions_and_answers_enabled' => 'wcmp_customer_questions_and_answers_enabled',
'mvx_enable_sold_by_on_wc_blocks_product_grid' => 'wcmp_enable_sold_by_on_wc_blocks_product_grid',
'mvx_new_product_note' => 'wcmp_new_product_note_data',
'mvx_new_product_get_note' => 'wcmp_new_product_get_note_data',
'mvx_dashboard_sale_stats_vendor' => 'wcmp_dashboard_sale_stats_vendor',
'mvx_filter_orders_report_overview' => 'wcmp_filter_orders_report_overview',
'mvx_vendor_dashboard_reports' => 'wcmp_vendor_dashboard_report_data',
'mvx_rating_review_order_status_filter' => 'wcmp_rating_review_order_status_filter',
'mvx_vendor_rating_field_filter' => 'wcmp_vendor_rating_field_filter',
'mvx_vendor_shipping_method_init' => 'wcmp_vendor_shipping_method_init',
'mvx_vendor_taxonomy_name' => 'wcmp_vendor_taxonomy_name',
'mvx_vendor_slug' => 'wcmp_vendor_slug',
'mvx_spmv_taxonomy_slug' => 'wcmp_spmv_taxonomy_slug',
'mvx_spmv_default_terms' => 'wcmp_spmv_default_terms',
'mvx_gtin_taxonomy_slug' => 'wcmp_gtin_taxonomy_slug',
'mvx_taxonomy_gtin_label_text' => 'wcmp_taxonomy_gtin_label_text',
'mvx_gtin_default_terms' => 'wcmp_gtin_default_terms',
'mvx_gtin_default_marketplace_unique_item_number_label' => 'wcmp_gtin_default_marketplace_unique_item_number_label',
'mvx_locate_template' => 'wcmp_locate_template',
'mvx_store_locate_template' => 'wcmp_store_locate_template',
'mvx_vendor_login_redirect_url' => 'wcmp_vendor_login_redirect_url',
'mvx_user_apply_vendor_redirect_url' => 'wcmp_user_apply_vendor_redirect_url',
'mvx_vendor_login_redirect' => 'wcmp_vendor_login_redirect',
'mvx_vendor_goto_dashboard' => 'wcmp_vendor_goto_dashboard',
'mvx_vendor_fields' => 'wcmp_vendor_fields',
'mvx_vendor_payment_mode' => 'wcmp_vendor_payment_mode',
'mvx_vendor_policies_wp_editor_settings' => 'wcmp_vendor_policies_wp_editor_settings',
'mvx_vendor_msg_to_buyer_wp_editor_settings' => 'wcmp_vendor_msg_to_buyer_wp_editor_settings',
'mvx_vendor_user_fields' => 'wcmp_vendor_user_fields',
'mvx_is_user_avatar_overridden' => 'is_wcmp_user_avatar_overridden',
'mvx_vendor_has_policy_media_handle_meta_cap' => 'wcmp_vendor_has_policy_media_handle_meta_cap',
'mvx_get_transaction_status_notice' => 'wcmp_get_transaction_status_notice',
'mvx_can_vendor_export_orders_csv' => 'can_wcmp_vendor_export_orders_csv',
'mvx_order_details_export_vendor' => 'wcmp_order_details_export_vendor',
'mvx_vendor_order_generate_csv_headers' => 'wcmp_vendor_order_generate_csv_headers',
'mvx_vendor_order_generate_csv' => 'wcmp_vendor_order_generate_csv_data',
'mvx_export_discount_used_in_order' => 'wcmp_export_discount_used_in_order',
'mvx_vendor_dashboard_pages_vendor' => 'wcmp_vendor_dashboard_pages_vendor',
'mvx_vendor_view_shipping_page' => 'wcmp_vendor_view_shipping_page',
'mvx_dashboard_shipping_vendor' => 'wcmp_dashboard_shipping_vendor',
'mvx_vendor_shop_permalink' => 'wcmp_vendor_shop_permalink',
'mvx_vendor_submit_product' => 'wcmp_vendor_submit_product',
'mvx_vendor_dashboard_menu_add_product_capability' => 'wcmp_vendor_dashboard_menu_add_product_capability',
'mvx_show_vendor_announcements' => 'wcmp_show_vendor_announcements',
'mvx_vendor_dashboard_header_nav' => 'wcmp_vendor_dashboard_header_nav',
'mvx_vendor_dashboard_header_right_panel_nav' => 'wcmp_vendor_dashboard_header_right_panel_nav',
'mvx_vendor_visitors_map_filter_attr' => 'wcmp_vendor_visitors_map_filter_attr',
'mvx_vendor_dashboard_add_product_url' => 'wcmp_vendor_dashboard_add_product_url',
'mvx_before_dashboard_widget' => 'before_wcmp_dashboard_widget',
'mvx_vendor_stats_reports_periods' => 'wcmp_vendor_stats_reports_periods',
'mvx_vendor_pending_shipping_table_header' => 'wcmp_vendor_pending_shipping_table_header',
'mvx_widget_vendor_transaction_details' => 'wcmp_widget_vendor_transaction_details_data',
'mvx_vendor_visitors_map_script_dependancies' => 'wcmp_vendor_visitors_map_script_dependancies',
'mvx_vendor_visitors_map_script' => 'wcmp_vendor_visitors_map_script_data',
'mvx_submitted_products' => 'wcmp_submitted_product_data',
'mvx_error_from_product_publish' => 'wcmp_error_from_product_publish',
'mvx_vendor_save_product_redirect_url' => 'wcmp_vendor_save_product_redirect_url',
'mvx_error_from_coupon_publish' => 'wcmp_error_from_coupon_publish',
'mvx_send_coupon_mail_admin_status' => 'wcmp_send_coupon_mail_admin_status',
'mvx_vendor_save_coupon_redirect_url' => 'wcmp_vendor_save_coupon_redirect_url',
'mvx_vendor_setup_wizard_steps' => 'wcmp_vendor_setup_wizard_steps',
'mvx_vendor_setup_wizard_site_logo_link' => 'wcmp_vendor_setup_wizard_site_logo_link',
'mvx_vendor_setup_wizard_logo_customization' => 'wcmp_vendor_setup_wizard_logo_customization',
'mvx_vendor_setup_wizard_available_payment_gateways' => 'wcmp_vendor_setup_wizard_available_payment_gateways',
'mvx_vendor_setup_wizard_ready_add_product_url' => 'wcmp_vendor_setup_wizard_ready_add_product_url',
'mvx_multi_split_payment_options' => 'wcmp_multi_split_payment_options',
'mvx_vendors_product_review_args_array' => 'wcmp_vendors_product_review_args_array',
'mvx_vendors_product_review_args_to_fetch' => 'wcmp_vendors_product_review_args_to_fetch',
'mvx_vendors_product_review_args_count_array' => 'wcmp_vendors_product_review_args_count_array',
'mvx_vendors_product_review_args_count_to_fetch' => 'wcmp_vendors_product_review_args_count_to_fetch',
'mvx_add_vendor_shipping_class' => 'wcmp_add_vendor_shipping_class',
'mvx_vendor_permalink' => 'wcmp_vendor_permalink',
'mvx_get_vendor_products_query_args' => 'wcmp_get_vendor_products_query_args',
'mvx_get_products_ids_clauses_request' => 'wcmp_get_products_ids_clauses_request',
'mvx_get_products_ids' => 'wcmp_get_products_ids',
'mvx_get_vendor_orders_by_product' => 'wcmp_get_vendor_orders_by_product',
'mvx_vendor_get_order_item_totals' => 'wcmp_vendor_get_order_item_totals',
'mvx_is_vendor_shipping_enable' => 'is_wcmp_vendor_shipping_enable',
'mvx_is_vendor_transfer_shipping_enable' => 'is_wcmp_vendor_transfer_shipping_enable',
'mvx_is_vendor_shipping_tab_enable' => 'is_wcmp_vendor_shipping_tab_enable',
'mvx_vendor_order_report_details' => 'wcmp_vendor_order_report_of_data',
'mvx_vendor_get_image_src' => 'wcmp_vendor_get_image_src',
'mvx_clear_all_transients_included_vendor_id' => 'wcmp_clear_all_transients_included_vendor_id',
'mvx_vendor_before_transients_to_clear' => 'wcmp_vendor_before_transients_to_clear',
'mvx_vendor_before_get_formatted_address' => 'wcmp_vendor_before_get_formatted_address',
'mvx_get_vendor_order_item_totals' => 'wcmp_get_vendor_order_item_totals',
'mvx_get_top_rated_products_query_args' => 'wcmp_get_top_rated_products_query_args',
'mvx_vendor_dashboard_menu_dashboard_capability' => 'wcmp_vendor_dashboard_menu_dashboard_capability',
'mvx_vendor_dashboard_menu_store_settings_capability' => 'wcmp_vendor_dashboard_menu_store_settings_capability',
'mvx_vendor_dashboard_menu_shop_front_capability' => 'wcmp_vendor_dashboard_menu_shop_front_capability',
'mvx_vendor_dashboard_menu_vendor_policies_capability' => 'wcmp_vendor_dashboard_menu_vendor_policies_capability',
'mvx_vendor_dashboard_menu_vendor_billing_capability' => 'wcmp_vendor_dashboard_menu_vendor_billing_capability',
'mvx_vendor_dashboard_menu_vendor_shipping_capability' => 'wcmp_vendor_dashboard_menu_vendor_shipping_capability',
'mvx_vendor_dashboard_menu_vendor_products_capability' => 'wcmp_vendor_dashboard_menu_vendor_products_capability',
'mvx_vendor_products' => 'wcmp_vendor_products',
'mvx_vendor_dashboard_menu_products_capability' => 'wcmp_vendor_dashboard_menu_products_capability',
'mvx_vendor_dashboard_menu_vendor_promte_capability' => 'wcmp_vendor_dashboard_menu_vendor_promte_capability',
'mvx_vendor_coupons' => 'wcmp_vendor_coupons',
'mvx_vendor_dashboard_menu_vendor_coupons_capability' => 'wcmp_vendor_dashboard_menu_vendor_coupons_capability',
'mvx_vendor_submit_coupon' => 'wcmp_vendor_submit_coupon',
'mvx_vendor_dashboard_menu_add_coupon_capability' => 'wcmp_vendor_dashboard_menu_add_coupon_capability',
'mvx_vendor_dashboard_menu_vendor_report_capability' => 'wcmp_vendor_dashboard_menu_vendor_report_capability',
'mvx_vendor_dashboard_menu_vendor_banking_report_capability' => 'wcmp_vendor_dashboard_menu_vendor_banking_report_capability',
'mvx_vendor_dashboard_menu_vendor_orders_capability' => 'wcmp_vendor_dashboard_menu_vendor_orders_capability',
'mvx_vendor_dashboard_menu_vendor_payments_capability' => 'wcmp_vendor_dashboard_menu_vendor_payments_capability',
'mvx_vendor_dashboard_menu_vendor_withdrawal_capability' => 'wcmp_vendor_dashboard_menu_vendor_withdrawal_capability',
'mvx_vendor_dashboard_menu_transaction_details_capability' => 'wcmp_vendor_dashboard_menu_transaction_details_capability',
'mvx_vendor_dashboard_menu_vendor_knowledgebase_capability' => 'wcmp_vendor_dashboard_menu_vendor_knowledgebase_capability',
'mvx_vendor_dashboard_menu_vendor_tools_capability' => 'wcmp_vendor_dashboard_menu_vendor_tools_capability',
'mvx_vendor_dashboard_nav' => 'wcmp_vendor_dashboard_nav',
'mvx_vendor_dashboard_breadcrumbs_separator' => 'wcmp_vendor_dashboard_breadcrumbs_separator',
'mvx_create_vendor_dashboard_breadcrumbs' => 'wcmp_create_vendor_dashboard_breadcrumbs',
'mvx_vendor_dashboard_banking_overview_table_headers' => 'wcmp_vendor_dashboard_banking_overview_table_headers',
'mvx_product_classify_script_data_params' => 'wcmp_product_classify_script_data_params',
'mvx_vendor_dashboard_product_list_table_init' => 'wcmp_vendor_dashboard_product_list_table_init',
'mvx_bulk_actions_vendor_order_list' => 'wcmp_bulk_actions_vendor_order_list',
'mvx_vendor_dashboard_payment_withdrawal_table_init' => 'wcmp_vendor_dashboard_payment_withdrawal_table_init',
'mvx_vendor_can_overwrite_customer_support' => 'wcmp_vendor_can_overwrite_customer_support',
'mvx_vendor_dashboard_show_progress_bar' => 'wcmp_vendor_dashboard_show_progress_bar',
'mvx_store_sidebar_args' => 'wcmp_store_sidebar_args',
'mvx_coupon_code_generator_characters' => 'wcmp_coupon_code_generator_characters',
'mvx_coupon_code_generator_character_length' => 'wcmp_coupon_code_generator_character_length',
'mvx_coupon_code_generator_prefix' => 'wcmp_coupon_code_generator_prefix',
'mvx_coupon_code_generator_suffix' => 'wcmp_coupon_code_generator_suffix',
'mvx_get_script_content' => 'wcmp_get_script_data',
'mvx_current_coupon_edit' => 'wcmp_current_coupon_edit',
'mvx_vendor_capability_to_edit_coupons' => 'wcmp_vendor_capability_to_edit_coupons',
'mvx_frontend_dashboard_coupon_data_tabs' => 'wcmp_afm_coupon_data_tabs',
'mvx_frontend_dashboard_add_coupon_params' => 'wcmp_afm_add_coupon_params',
'mvx_ledger_data_store_before_create' => 'wcmp_ledger_data_store_before_create_data',
'mvx_data_store_ledger_get_ledger_where_sql' => 'wcmp_data_store_ledger_get_ledger_where_sql',
'mvx_data_store_ledger_get_ledger_order_sql' => 'wcmp_data_store_ledger_get_ledger_order_sql',
'mvx_data_store_ledger_get_ledger_sql_query' => 'wcmp_data_store_ledger_get_ledger_sql_query',
'mvx_admin_added_new_product_to_vendor_email_subject' => 'wcmp_admin_added_new_product_to_vendor_email_subject',
'mvx_admin_published_product_to_vendor_email_subject' => 'wcmp_admin_published_product_to_vendor_email_subject',
'mvx_admin_added_new_product_to_vendor_email_heading' => 'wcmp_admin_added_new_product_to_vendor_email_heading',
'mvx_admin_change_order_status_email_subject' => 'wcmp_admin_change_order_status_email_subject',
'mvx_admin_change_order_status_email_heading' => 'wcmp_admin_change_order_status_email_heading',
'mvx_admin_new_vendor_email_subject' => 'wcmp_admin_new_vendor_email_subject',
'mvx_admin_new_vendor_email_heading' => 'wcmp_admin_new_vendor_email_heading',
'mvx_admin_widthdrawal_request_email_subject' => 'wcmp_admin_widthdrawal_request_email_subject',
'mvx_admin_widthdrawal_request_email_heading' => 'wcmp_admin_widthdrawal_request_email_heading',
'mvx_approved_vendor_new_account_email_subject' => 'wcmp_approved_vendor_new_account_email_subject',
'mvx_approved_vendor_new_account_email_heading' => 'wcmp_approved_vendor_new_account_email_heading',
'mvx_vendor_customer_answer_email_subject' => 'wcmp_vendor_customer_answer_email_subject',
'mvx_vendor_customer_answer_email_heading' => 'wcmp_vendor_customer_answer_email_heading',
'mvx_customer_refund_request_email_subject' => 'wcmp_customer_refund_request_email_subject',
'mvx_customer_refund_request_email_heading' => 'wcmp_customer_refund_request_email_heading',
'mvx_rejected_vendor_new_account_email_subject' => 'wcmp_rejected_vendor_new_account_email_subject',
'mvx_rejected_vendor_new_account_email_heading' => 'wcmp_rejected_vendor_new_account_email_heading',
'mvx_report_abuse_email_goes_to_vendor' => 'wcmp_report_abuse_email_goes_to_vendor',
'mvx_report_abuse_email_subject' => 'wcmp_report_abuse_email_subject',
'mvx_report_abuse_email_heading' => 'wcmp_report_abuse_email_heading',
'mvx_report_abuse_email_goes_to_admin' => 'wcmp_report_abuse_email_goes_to_admin',
'mvx_report_abuse_email_headers' => 'wcmp_report_abuse_email_headers',
'mvx_suspend_vendor_account_email_subject' => 'wcmp_suspend_vendor_account_email_subject',
'mvx_suspend_vendor_account_email_heading' => 'wcmp_suspend_vendor_account_email_heading',
'mvx_vendor_contact_widget_email_subject' => 'wcmp_vendor_contact_widget_email_subject',
'mvx_vendor_contact_widget_email_heading' => 'wcmp_vendor_contact_widget_email_heading',
'mvx_vendor_contact_widget_email_goes_to_admin' => 'wcmp_vendor_contact_widget_email_goes_to_admin',
'mvx_vendor_contact_widget_email_headers' => 'wcmp_vendor_contact_widget_email_headers',
'mvx_vendor_direct_bank_email_subject' => 'wcmp_vendor_direct_bank_email_subject',
'mvx_vendor_direct_bank_email_heading' => 'wcmp_vendor_direct_bank_email_heading',
'mvx_vendor_followed_email_subject' => 'wcmp_vendor_followed_email_subject',
'mvx_vendor_new_order_email_heading' => 'wcmp_vendor_new_order_email_heading',
'mvx_vendor_new_account_email_subject' => 'wcmp_vendor_new_account_email_subject',
'mvx_vendor_new_account_email_heading' => 'wcmp_vendor_new_account_email_heading',
'mvx_vendor_new_announcement_email_subject' => 'wcmp_vendor_new_announcement_email_subject',
'mvx_vendor_new_announcement_email_heading' => 'wcmp_vendor_new_announcement_email_heading',
'mvx_vendor_commissions_transaction_email_subject' => 'wcmp_vendor_commissions_transaction_email_subject',
'mvx_vendor_commissions_transaction_email_heading' => 'wcmp_vendor_commissions_transaction_email_heading',
'mvx_admin_new_vendor_coupon_email_subject' => 'wcmp_admin_new_vendor_coupon_email_subject',
'mvx_admin_new_vendor_coupon_email_heading' => 'wcmp_admin_new_vendor_coupon_email_heading',
'mvx_vendor_new_order_email_subject' => 'wcmp_vendor_new_order_email_subject',
'mvx_admin_new_vendor_product_email_subject' => 'wcmp_admin_new_vendor_product_email_subject',
'mvx_admin_new_vendor_product_email_heading' => 'wcmp_admin_new_vendor_product_email_heading',
'mvx_vendor_new_question_email_subject' => 'wcmp_vendor_new_question_email_subject',
'mvx_vendor_new_question_email_heading' => 'wcmp_vendor_new_question_email_heading',
'mvx_notify_shipped_email_subject' => 'wcmp_notify_shipped_email_subject',
'mvx_notify_shipped_email_heading' => 'wcmp_notify_shipped_email_heading',
'mvx_vendor_orders_stats_report_email_subject' => 'wcmp_vendor_orders_stats_report_email_subject',
'mvx_vendor_orders_stats_report_email_heading' => 'wcmp_vendor_orders_stats_report_email_heading',
'mvx_vendor_orders_stats_report_email_attachments' => 'wcmp_vendor_orders_stats_report_email_attachments',
'mvx_vendor_review_email_goes_to_vendor' => 'wcmp_vendor_review_email_goes_to_vendor',
'mvx_vendor_review_vendor_email_subject' => 'wcmp_vendor_review_vendor_email_subject',
'mvx_vendor_new_review_email_heading' => 'wcmp_vendor_new_review_email_heading',
'mvx_paypal_payout_batch_status' => 'wcmp_paypal_payout_batch_status',
'mvx_stripe_description_at_paid_time' => 'wcmp_stripe_description_at_paid_time',
'mvx_migration_steps' => 'wcmp_migration_steps',
'mvx_break_loop_offset' => 'wcmp_break_loop_offset',
'mvx_products_by_vendor_args' => 'wcmp_products_by_vendor_args',
'mvx_disabled_product_shipping_tab' => 'wcmp_disabled_product_shipping_tab',
'mvx_current_vendor_product_capability' => 'wcmp_current_vendor_product_capability',
'mvx_product_data_tabs' => 'wcmp_product_data_tabs',
'mvx_product_type_options' => 'wcmp_product_type_options',
'mvx_advance_product_script_params' => 'wcmp_advance_product_script_params',
'mvx_vendor_can_add_product_tag' => 'wcmp_vendor_can_add_product_tag',
'pre_get_mvx_vendors_query' => 'pre_get_wcmp_vendors_query',
'mvx_vendor_query_result_stores' => 'wcmp_vendor_query_result_store_data',
'mvx_report_admin_overview_query_args' => 'wcmp_report_admin_overview_query_args',
'mvx_report_admin_overview_orders' => 'wcmp_report_admin_overview_orders',
'mvx_vendor_report_overview_query_args' => 'wcmp_vendor_report_overview_query_args',
'mvx_report_data_product_query_args' => 'wcmp_report_data_product_query_args',
'mvx_filter_orders_report_product' => 'wcmp_filter_orders_report_product',
'mvx_admin_report_banking_header' => 'wcmp_admin_report_banking_header',
'mvx_admin_report_banking_details' => 'wcmp_admin_report_banking_details',
'mvx_hide_country_shiping_default_zero_cost' => 'wcmp_hide_country_shiping_default_zero_cost',
'mvx_is_apply_tax_on_shipping_rates' => 'wcmp_is_apply_tax_on_shipping_rates',
'mvx_local_pickup_shipping_option_label' => 'wcmp_local_pickup_shipping_option_label',
'mvx_free_shipping_minimum_order_amount' => 'wcmp_free_shipping_minimum_order_amount',
'mvx_free_shipping_threshold_consider_tax' => 'wcmp_free_shipping_threshold_consider_tax',
'mvx_shipping_country_calculate_amount' => 'wcmp_shipping_country_calculate_amount',
'mvx_shipping_distance_calculate_amount' => 'wcmp_shipping_distance_calculate_amount',
'mvx_is_allow_hide_admin_shipping_for_vendor_shipping' => 'wcmp_is_allow_hide_admin_shipping_for_vendor_shipping',
'mvx_is_allow_hide_other_shipping_if_free' => 'wcmp_is_allow_hide_other_shipping_if_free',
'mvx_is_allow_admin_shipping_if_no_vendor_shipping' => 'wcmp_is_allow_admin_shipping_if_no_vendor_shipping',
'mvx_get_shipping_methods_for_shipping_address' => 'wcmp_get_shipping_methods_for_shipping_address',
'mvx_get_rates_for_custom_shipping' => 'wcmp_get_rates_for_custom_shipping',
'mvx_vendor_before_add_shipping_rates' => 'wcmp_vendor_before_add_shipping_rate_data',
'mvx_shipping_free_shipping_is_available' => 'wcmp_shipping_free_shipping_is_available',
'mvx_get_vendor_shipping_method_id' => 'wcmp_get_vendor_shipping_method_id',
'mvx_vendor_list_vendors_query_args' => 'wcmp_vendor_list_vendors_query_args',
'mvx_vendor_list_get_mvx_vendors_args' => 'wcmp_vendor_list_get_wcmp_vendors_args',
'mvx_vendor_list_ignore_pagination' => 'wcmp_vendor_list_ignore_pagination',
'mvx_vendor_list_script_data_params' => 'wcmp_vendor_list_script_data_params',
'mvx_vendor_list_filter_radius' => 'wcmp_vendor_list_filter_radius_data',
'mvx_vendor_list_array_contains' => 'wcmp_vendor_list_data',
'mvx_load_default_vendor_list' => 'wcmp_load_default_vendor_list',
'mvx_get_vendor_coupon_widget_list_query_args' => 'wcmp_get_vendor_coupon_widget_list_query_args',
'mvx_widget_vendor_product_search_form' => 'wcmp_widget_vendor_product_search_form',
'mvx_vendor_top_rated_products_widget_shows_only_vendor_shop' => 'wcmp_vendor_top_rated_products_widget_shows_only_vendor_shop',
'mvx_vendor_top_rated_products_author_user_query' => 'wcmp_vendor_top_rated_products_author_user_query',
'mvx_vendor_top_rated_products_author_in' => 'wcmp_vendor_top_rated_products_author_in',
'mvx_vendor_top_rated_products_widget_title' => 'wcmp_vendor_top_rated_products_widget_title',
'mvx_enable_setup_wizard' => 'wcmp_enable_setup_wizard',
'mvx_all_admin_options' => 'wcmp_all_admin_options',
'is_user_mvx_vendor' => 'is_user_wcmp_vendor',
'get_mvx_vendors' => 'get_wcmp_vendors',
'mvx_is_vendor_dashboard' => 'is_wcmp_vendor_dashboard',
'mvx_is_vendor_registration' => 'is_wcmp_vendor_registration',
'mvx_is_vendor_page' => 'is_wcmp_vendor_page',
'get_mvx_vendor_orders_query_where' => 'get_wcmp_vendor_orders_query_where',
'mvx_seller_review_enable' => 'wcmp_seller_review_enable',
'mvx_vendor_dashboard_nav_item_css_class' => 'wcmp_vendor_dashboard_nav_item_css_class',
'mvx_get_vendor_dashboard_endpoint_url' => 'wcmp_get_vendor_dashboard_endpoint_url',
'mvx_vendor_review_rating_info_default_type' => 'wcmp_vendor_review_rating_info_default_type',
'mvx_vendors_product_review_info_args' => 'wcmp_vendors_product_review_info_args',
'mvx_current_loggedin_vendor_id' => 'wcmp_current_loggedin_vendor_id',
'mvx_vendor_profile_completion_progress_fields' => 'wcmp_vendor_profile_completion_progress_fields',
'mvx_vendor_profile_completion_progress_array' => 'wcmp_vendor_profile_completion_progress_array',
'mvx_visitor_map_widget_primary_color_n_shade' => 'wcmp_visitor_map_widget_primary_color_n_shade',
'mvx_vendor_stats_default_days_range' => 'wcmp_vendor_stats_default_days_range',
'mvx_image_url_from_upload_field_value_src' => 'wcmp_image_url_from_upload_field_value_src',
'mvx_vendor_list_map_vendor_info_html' => 'wcmp_vendor_list_map_vendor_info_html',
'mvx_get_vendor_list_map_store' => 'wcmp_get_vendor_list_map_store_data',
'mvx_get_available_product_types' => 'wcmp_get_available_product_types',
'mvx_spmv_filtered_min_price_product' => 'wcmp_spmv_filtered_min_price_product',
'mvx_spmv_filtered_max_price_product' => 'wcmp_spmv_filtered_max_price_product',
'mvx_spmv_filtered_top_rated_vendor_product' => 'wcmp_spmv_filtered_top_rated_vendor_product',
'mvx_spmv_term_exclude_products' => 'wcmp_spmv_term_exclude_products_data',
'mvx_get_available_commission_types' => 'wcmp_get_available_commission_types',
'mvx_before_list_categories_query_args' => 'before_wcmp_list_categories_query_args',
'mvx_list_categories_list_style_classes' => 'wcmp_list_categories_list_style_classes',
'mvx_list_categories_show_count_style_classess' => 'wcmp_list_categories_show_count_style_classess',
'mvx_list_categories_get_term_link' => 'wcmp_list_categories_get_term_link',
'mvx_list_categories_term_name' => 'wcmp_list_categories_term_name',
'mvx_list_categories' => 'wcmp_list_categories',
'mvx_vendor_shipping_methods' => 'wcmp_vendor_shipping_methods',
'mvx_is_allowed_product_type_check' => 'wcmp_is_allowed_product_type_check',
'mvx_allowed_only_vendor_shipping_class' => 'wcmp_allowed_only_vendor_shipping_class',
'mvx_get_product_terms_html_selected_terms' => 'wcmp_get_product_terms_html_selected_terms',
'mvx_generate_hierarchical_taxonomy_html_max_depth' => 'wcmp_generate_hierarchical_taxonomy_html_max_depth',
'mvx_term_breadcrumb_defaults' => 'wcmp_term_breadcrumb_defaults',
'mvx_generate_term_breadcrumb_crumb_link' => 'wcmp_generate_term_breadcrumb_crumb_link',
'mvx_generate_term_breadcrumb_html' => 'wcmp_generate_term_breadcrumb_html',
'mvx_is_product_in_spmv' => 'wcmp_is_product_in_spmv',
'mvx_get_price_to_display' => 'wcmp_get_price_to_display',
'mvx_get_commission_statuses' => 'wcmp_get_commission_statuses',
'mvx_get_product_link' => 'wcmp_get_product_link',
'mvx_default_payment_gateways' => 'wcmp_default_payment_gateways',
'mvx_available_payment_gateways' => 'wcmp_available_payment_gateways',
'mvx_ledger_types' => 'wcmp_ledger_types',
'mvx_more_spmv_products' => 'wcmp_more_spmv_products_data',
'mvx_mapbox_map_style_switcher' => 'wcmp_mapbox_map_style_switcher',
'mvx_marketplace_settings_fields_shipping_distance' => 'wcmp_marketplace_settings_fields_shipping_distance',
'mvx_settings_fields_shipping_rates_by_distance' => 'wcmp_settings_fields_shipping_rates_by_distance',
'mvx_vendor_shipping_option_to_vendor' => 'wcmp_vendor_shipping_option_to_vendor',
'mvx_settings_fields_shipping_by_country' => 'wcmp_settings_fields_shipping_by_country',
'mvx_settings_fields_shipping_rates_by_country' => 'wcmp_settings_fields_shipping_rates_by_country',
'mvx_vendor_list_main_wrapper_start' => 'wcmp_vendor_list_main_wrapper_start',
'mvx_vendor_list_main_wrapper_end' => 'wcmp_vendor_list_main_wrapper_end',
'mvx_vendor_list_map_wrapper_start' => 'wcmp_vendor_list_map_wrapper_start',
'mvx_vendor_list_form_wrapper_start' => 'wcmp_vendor_list_form_wrapper_start',
'mvx_vendor_list_form_wrapper_end' => 'wcmp_vendor_list_form_wrapper_end',
'mvx_vendor_list_map_wrapper_end' => 'wcmp_vendor_list_map_wrapper_end',
'mvx_vendor_list_row_default_column' => 'wcmp_vendor_list_row_default_column',
'mvx_vendor_list_content_wrapper_start' => 'wcmp_vendor_list_content_wrapper_start',
'mvx_vendor_list_content_wrapper_end' => 'wcmp_vendor_list_content_wrapper_end',
'mvx_no_vendors_found' => 'wcmp_no_vendors_found_data',
'mvx_vendor_list_pagination_args' => 'wcmp_vendor_list_pagination_args',
'mvx_vendor_top_product_list_suffle' => 'wcmp_vendor_top_product_list_suffle',
'mvx_get_orders_query_args' => 'wcmp_get_orders_query_args',
'mvx_customer_my_account_refund_order_messages' => 'wcmp_customer_my_account_refund_order_messages',
'mvx_customer_refund_order_default_days_limit' => 'wcmp_customer_refund_order_default_days_limit',
'mvx_load_default_packages' => 'wcmp_load_default_packages',
'bp_nav_mvx_shop_page' => 'bp_nav_wcmp_shop_page',
'mvx_vendor_buddypress_options' => 'wcmp_vendor_buddypress_options',
'mvx_elementor_social_network_map' => 'wcmp_elementor_social_network_map',
'mvx_elementor_store_data_defaults' => 'wcmp_elementor_store_data_defaults',
'mvx_vendor_store_header_hide_description' => 'wcmp_vendor_store_header_hide_description',
'mvx_vendor_store_header_hide_store_address' => 'wcmp_vendor_store_header_hide_store_address',
'mvx_vendor_store_header_hide_store_phone' => 'wcmp_vendor_store_header_hide_store_phone',
'mvx_vendor_store_header_hide_store_email' => 'wcmp_vendor_store_header_hide_store_email',
'mvx_elementor_store_data_defaults_for_editing' => 'wcmp_elementor_store_data_defaults_for_editing',
'mvx_elementor_tags_store_info_value' => 'wcmp_elementor_tags_store_info_value',
'mvx_elementor_tags_store_tab_items_value' => 'wcmp_elementor_tags_store_tab_items_value',
'mvx_is_allow_full_width_video' => 'wcmp_is_allow_full_width_video',
'mvx_blocked_vendor_text' => 'wcmp_blocked_vendor_text',
'mvx_elementor_vendor_product_page' => 'wcmp_elementor_vendor_product_page',
'mvx_table_rate_js_inclide_pages' => 'wcmp_table_rate_js_inclide_pages',
'mvx_shipping_policies_heading' => 'wcmp_shipping_policies_heading',
'mvx_refund_policies_heading' => 'wcmp_refund_policies_heading',
'mvx_cancellation_policies_heading' => 'wcmp_cancellation_policies_heading',
'mvx_display_vendor_message_to_buyer' => 'wcmp_display_vendor_message_to_buyer',
'mvx_before_seller_info_tab' => 'wcmp_before_seller_info_tab',
'mvx_after_seller_info_tab' => 'wcmp_after_seller_info_tab',
'mvx_show_page_title' => 'wcmp_show_page_title',
'mvx_customer_qna_label' => 'wcmp_customer_qna_label',
'mvx_customer_qna_no_answer_label' => 'wcmp_customer_qna_no_answer_label',
'mvx_is_start_with_full_rating' => 'wcmp_is_start_with_full_rating',
'mvx_admin_new_vendor_email_vendor_application_url' => 'wcmp_admin_new_vendor_email_vendor_application_url',
'mvx_admin_direct_bank_received_text' => 'wcmp_admin_direct_bank_received_text',
'mvx_admin_paypal_received_text' => 'wcmp_admin_paypal_received_text',
'mvx_email_footer_text' => 'wcmp_email_footer_text',
'mvx_email_admin_new_product_link' => 'wcmp_email_admin_new_product_link',
'mvx_email_vendor_new_coupon_link' => 'wcmp_email_vendor_new_coupon_link',
'mvx_email_vendor_new_product_link' => 'wcmp_email_vendor_new_product_link',
'mvx_email_vendor_rejected_product_link' => 'wcmp_email_vendor_rejected_product_link',
'mvx_thankyou_transaction_received_text' => 'wcmp_thankyou_transaction_received_text',
'mvx_vendor_question_redirect_link' => 'wcmp_vendor_question_redirect_link',
'mvx_vendor_plain_question_redirect_link' => 'wcmp_vendor_plain_question_redirect_link',
'mvx_rejected_vendor_dashboard_message' => 'wcmp_rejected_vendor_dashboard_message',
'mvx_pending_vendor_dashboard_message' => 'wcmp_pending_vendor_dashboard_message',
'mvx_review_link_final_filter' => 'wcmp_review_link_final_filter',
'mvx_varified_buyer_text_filter' => 'wcmp_varified_buyer_text_filter',
'mvx_suspended_vendor_dashboard_message' => 'wcmp_suspended_vendor_dashboard_message',
'mvx_vendor_list_vendor_sort_type' => 'wcmp_vendor_list_vendor_sort_type',
'mvx_vendor_lists_single_button_text' => 'wcmp_vendor_lists_single_button_text',
'mvx_vendor_registration_header_text' => 'wcmp_vendor_registration_header_text',
'mvx_vendor_registration_submit' => 'wcmp_vendor_registration_submit',
'mvx_more_vendors' => 'wcmp_more_vendors',
'mvx_single_product_more_vendors_text' => 'wcmp_single_product_more_vendors_text',
'mvx_vendor_dashboard_header_site_url' => 'wcmp_vendor_dashboard_header_site_url',
'mvx_vendor_storefront_wp_editor_settings' => 'wcmp_vendor_storefront_wp_editor_settings',
'mvx_dashboard_location_widget_map_style' => 'wcmp_dashboard_location_widget_map_style',
'mvx_vendor_shop_template_options' => 'wcmp_vendor_shop_template_options',
'mvx_vendor_paypal_email_container_class' => 'wcmp_vendor_paypal_email_container_class',
'mvx_vendor_stripe_connect_account_type' => 'wcmp_vendor_stripe_connect_account_type',
'mvx_vendor_stripe_connect_account_type_request_url' => 'wcmp_vendor_stripe_connect_account_type_request_url',
'mvx_vendor_stripe_connect_account_type_request_params' => 'wcmp_vendor_stripe_connect_account_type_request_params',
'mvx_datatable_order_list_table_headers' => 'wcmp_datatable_order_list_table_headers',
'mvx_vendor_dashboard_order_filter_status_array' => 'wcmp_vendor_dashboard_order_filter_status_arr',
'mvx_datatable_vendor_transactions_list_table_headers' => 'wcmp_datatable_vendor_transactions_list_table_headers',
'mvx_vendor_knowledgebase_query_args' => 'wcmp_vendor_knowledgebase_query_args',
'mvx_datatable_vendor_withdrawal_list_table_headers' => 'wcmp_datatable_vendor_withdrawal_list_table_headers',
'mvx_datatable_coupon_list_table_headers' => 'wcmp_datatable_coupon_list_table_headers',
'mvx_vendor_select_product_for_add_coupon' => 'wcmp_vendor_select_product_for_add_coupon',
'mvx_dashboard_pending_shipping_vendor' => 'wcmp_dashboard_pending_shipping_vendor',
'mvx_dashboard_sales_vendor' => 'wcmp_dashboard_sales_vendor',
'mvx_datatable_widget_product_sales_report_table_headers' => 'wcmp_datatable_widget_product_sales_report_table_headers',
'mvx_vendor_product_classify_first_level_categories' => 'wcmp_vendor_product_classify_1_level_categories',
'mvx_product_uploaded_image_size' => 'wcmp_product_uploaded_image_size',
'mvx_frontend_dashboard_product_data_tabs_filter' => 'wcmp_afm_product_data_tabs_filter',
'mvx_vendor_can_add_product_category' => 'wcmp_vendor_can_add_product_category',
'mvx_vendor_dashboard_product_list_filters_status' => 'wcmp_vendor_dashboard_product_list_filters_status',
'mvx_product_list_bulk_actions' => 'wcmp_product_list_bulk_actions',
'mvx_can_vendor_configure_tax' => 'wcmp_can_vendor_configure_tax',
'mvx_can_vendor_manage_stock' => 'wcmp_can_vendor_manage_stock',
'mvx_add_product_default_gtin_types' => 'wcmp_add_product_default_gtin_types',
'mvx_feature_product_is_enable' => 'wcmp_feature_product_is_enable',
'mvx_current_vendor_order_capability' => 'wcmp_current_vendor_order_capability',
'mvx_vendor_order_statuses' => 'wcmp_vendor_order_statuses',
'mvx_vendor_refund_capability' => 'wcmp_vendor_refund_capability',
'mvx_vendor_download_permissions_title' => 'wcmp_vendor_download_permissions_title',
'mvx_vendor_dash_customer_details' => 'wcmp_vendor_dash_customer_details_data',
'mvx_vendor_order_customer_notes_enabled' => 'wcmp_vendor_order_customer_notes_enabled',
'mvx_vendor_dash_order_item_thumbnail' => 'wcmp_vendor_dash_order_item_thumbnail',
'mvx_vendor_dash_html_order_item_class' => 'wcmp_vendor_dash_html_order_item_class',
'mvx_vendor_order_item_types' => 'wcmp_vendor_order_item_types',
'mvx_vendor_order_item_coupon_url' => 'wcmp_vendor_order_item_coupon_url',
'mvx_order_note_class' => 'wcmp_order_note_class',
'mvx_store_location_widget_mapbox_style' => 'wcmp_store_location_widget_map_style',
'mvx_widget_varified_buyer_text_filter' => 'wcmp_widget_varified_buyer_text_filter',
'mvx_widget_empty_reviews_text_filter' => 'wcmp_widget_empty_reviews_text_filter',
'mvx_setup_wizard_steps' => 'wcmp_setup_wizard_steps',
'mvx_crop_image_override_with_original' => 'wcmp_crop_image_override_with_original',
'mvx_submenu_show_necesarry_count' => 'wcmp_submenu_show_necesarry_count',
'mvx_products_list_total_products_query_args' => 'wcmp_products_list_total_products_query_args',
'mvx_vendor_product_list_image_size' => 'wcmp_vendor_product_list_image_size',
'mvx_vendor_can_modify_qna_answer' => 'wcmp_vendor_can_modify_qna_answer',
'mvx_hide_vendor_shipping_classes' => 'wcmp_hide_vendor_shipping_classes',
'mvx_searched_name_gtin_product_list_image_size' => 'wcmp_searched_name_gtin_product_list_image_size',
'mvx_vendor_can_add_custom_attribute' => 'wcmp_vendor_can_add_custom_attribute',
'mvx_allow_refund_parent_order' => 'wcmp_allow_refund_parent_order',
'mvx_json_search_found_products' => 'wcmp_json_search_found_products',
'mvx_is_vendor_edit_non_published_product' => 'is_wcmp_vendor_edit_non_published_product',
'mvx_coupon_vendor' => 'wcmp_coupon_vendor',
'mvx_send_vendor_weekly_zero_order_stats_report' => 'wcmp_send_vendor_weekly_zero_order_stats_report',
'mvx_send_vendor_monthly_zero_order_stats_report' => 'wcmp_send_vendor_monthly_zero_order_stats_report',
'mvx_is_disable_store_visitors_stats' => 'wcmp_is_disable_store_visitors_stats',
'mvx_suspended_vendor_product_view_return_url' => 'wcmp_suspended_vendor_product_view_return_url',
'mvx_google_maps_api_args' => 'wcmp_google_maps_api_args',
'mvx_parent_order_to_vendor_order_status_synchronization' => 'wcmp_parent_order_to_vendor_order_status_synchronization',
'mvx_vendor_order_to_parent_order_status_synchronization' => 'wcmp_vendor_order_to_parent_order_status_synchronization',
'mvx_gateway_charge_with_refunded_order_amount' => 'wcmp_gateway_charge_with_refunded_order_amount',
'mvx_admin_commission_order_item_types' => 'wcmp_admin_commission_order_item_types',
'mvx_enable_product_search_by_gtin_code' => 'wcmp_enable_product_search_by_gtin_code',
'mvx_show_report_abuse_link' => 'wcmp_show_report_abuse_link',
'mvx_shortcode_products_query' => 'wcmp_shortcode_products_query',
'mvx_update_user_display_name_with_vendor_store_name' => 'wcmp_update_user_display_name_with_vendor_store_name',
'mvx_user_avatar_classes' => 'wcmp_user_avatar_classes',
'mvx_vendor_store_setup_wizard_enabled' => 'wcmp_vendor_store_setup_wizard_enabled',
'mvx_get_vendor_order_item_totals_split_taxes' => 'wcmp_get_vendor_order_item_totals_split_taxes',
'mvx_send_mail_to_admin_when_vendor_reapply' => 'wcmp_send_mail_to_admin_when_vendor_reapply',
'mvx_show_admin_bar' => 'wcmp_show_admin_bar',
'mvx_load_stripe_library' => 'wcmp_load_stripe_library',
'mvx_is_allow_store_shipping' => 'wcmp_is_allow_store_shipping',
'mvx_allow_supported_shipping_in_vendor_shipping_package' => 'allow_supported_shipping_in_wcmp_vendor_shipping_package',
'mvx_enable_users_can_register_for_vendor_registration' => 'enable_users_can_register_for_wcmp_vendor_registration',
'mvx_widget_vendor_list_query_args' => 'wcmp_widget_vendor_list_query_args',
'mvx_widget_show_vpc_hierarchical_if_no_parents' => 'wcmp_widget_show_vpc_hierarchical_if_no_parents',
'mvx_vendor_rating_widget_set_avg' => 'wcmp_vendor_rating_widget_set_avg',
'mvx_do_schedule_cron_vendor_weekly_order_stats' => 'wcmp_do_schedule_cron_vendor_weekly_order_stats',
'mvx_do_schedule_cron_mvx_spmv_excluded_products_map' => 'wcmp_do_schedule_cron_wcmp_spmv_excluded_products_map',
'mvx_is_visible_frontend_product_categories' => 'is_visible_wcmp_frontend_product_cat',
'mvx_vendor_list_enable_store_locator_map' => 'wcmp_vendor_list_enable_store_locator_map',
'mvx_img_tip_display_on_fileds_section' => 'wcmp_img_tip_display_on_fileds_section',
'mvx_vendor_registration_form_default_country_code' => 'wcmp_vendor_registration_form_default_country_code',
'mvx_announcement_content' => 'wcmp_announcement_content',
'mvx_vendor_storefront_wpeditor_enabled' => 'wcmp_vendor_storefront_wpeditor_enabled',
'mvx_vendor_product_excerpt_richedit' => 'wcmp_vendor_product_excerpt_richedit',
);
$functions = array(
"do_mvx_migrate" => "do_wcmp_migrate",
"mvx_plugin_init" => "wcmp_plugin_init",
"mvx_delete_woocomerce_transient_redirect_to_mvx_setup" => "wcmp_delete_woocomerce_transient_redirect_to_wcmp_setup",
"mvx_admin_notice" => "wcmp_admin_notice",
"mvx_namespace_approve" => "wcmp_namespace_approve",
"mvx_taxonomy_slug_input" => "wcmp_taxonomy_slug_input",
"mvx_admin_menu" => "wcmp_admin_menu",
"mvx_submenu_count" => "wcmp_submenu_count",
"mvx_kill_auto_save" => "wcmp_kill_auto_save",
"mvx_remove_wp_dashboard_widget" => "wcmp_remove_wp_dashboard_widget",
"mvx_vendor_shipping_admin_capability" => "wcmp_vendor_shipping_admin_capability",
"mvx_crop_image" => "wcmp_crop_image",
"mvx_datatable_get_vendor_orders" => "wcmp_datatable_get_vendor_orders",
"mvx_get_loadmorebutton_single_product_multiple_vendors" => "wcmp_get_loadmorebutton_single_product_multiple_vendors",
"mvx_load_more_review_rating_vendor" => "wcmp_load_more_review_rating_vendor",
"mvx_add_review_rating_vendor" => "wcmp_add_review_rating_vendor",
"mvx_copy_to_new_draft" => "wcmp_copy_to_new_draft",
"mvx_create_duplicate_product" => "wcmp_create_duplicate_product",
"mvx_auto_suggesion_product" => "wcmp_auto_suggesion_product",
"mvx_dismiss_dashboard_message" => "wcmp_dismiss_dashboard_message",
"mvx_msg_refresh_tab_data" => "wcmp_msg_refresh_tab_data",
"mvx_vendor_messages_operation" => "wcmp_vendor_messages_operation",
"mvx_frontend_sale_get_row_callback" => "wcmp_frontend_sale_get_row_callback",
"mvx_frontend_pending_shipping_get_row_callback" => "wcmp_frontend_pending_shipping_get_row_callback",
"mvx_vendor_csv_download_per_order" => "wcmp_vendor_csv_download_per_order",
"mvx_vendor_product_list" => "wcmp_vendor_product_list",
"mvx_vendor_unpaid_order_vendor_withdrawal_list" => "wcmp_vendor_unpaid_order_vendor_withdrawal_list",
"mvx_vendor_coupon_list" => "wcmp_vendor_coupon_list",
"mvx_vendor_transactions_list" => "wcmp_vendor_transactions_list",
"mvx_customer_ask_qna_handler" => "wcmp_customer_ask_qna_handler",
"mvx_vendor_dashboard_reviews_data" => "wcmp_vendor_dashboard_reviews_data",
"mvx_vendor_dashboard_customer_questions_data" => "wcmp_vendor_dashboard_customer_questions_data",
"mvx_vendor_products_qna_list" => "wcmp_vendor_products_qna_list",
"mvx_question_verification_approval" => "wcmp_question_verification_approval",
"mvx_product_tag_add" => "wcmp_product_tag_add",
"mvx_widget_vendor_pending_shipping" => "wcmp_widget_vendor_pending_shipping",
"mvx_widget_vendor_product_sales_report" => "wcmp_widget_vendor_product_sales_report",
"mvx_get_shipping_methods_by_zone" => "wcmp_get_shipping_methods_by_zone",
"mvx_add_shipping_method" => "wcmp_add_shipping_method",
"mvx_update_shipping_method" => "wcmp_update_shipping_method",
"mvx_delete_shipping_method" => "wcmp_delete_shipping_method",
"mvx_toggle_shipping_method" => "wcmp_toggle_shipping_method",
"mvx_configure_shipping_method" => "wcmp_configure_shipping_method",
"mvx_vendor_configure_shipping_method" => "wcmp_vendor_configure_shipping_method",
"mvx_product_classify_next_level_list_categories" => "wcmp_product_classify_next_level_list_categories",
"mvx_product_classify_search_category_level" => "wcmp_product_classify_search_category_level",
"mvx_list_a_product_by_name_or_gtin" => "wcmp_list_a_product_by_name_or_gtin",
"mvx_set_classified_product_terms" => "wcmp_set_classified_product_terms",
"mvx_do_refund" => "wcmp_do_refund",
"mvx_json_search_downloadable_products_and_variations" => "wcmp_json_search_downloadable_products_and_variations",
"mvx_json_search_products_and_variations" => "wcmp_json_search_products_and_variations",
"mvx_grant_access_to_download" => "wcmp_grant_access_to_download",
"mvx_order_status_changed" => "wcmp_order_status_changed",
"mvx_vendor_banking_ledger_list" => "wcmp_vendor_banking_ledger_list",
"mvx_follow_store_toggle_status" => "wcmp_follow_store_toggle_status",
"mvx_vendor_zone_shipping_order" => "wcmp_vendor_zone_shipping_order",
"mvx_create_commission" => "wcmp_create_commission",
"mvx_vendor_new_order_mail" => "wcmp_vendor_new_order_mail",
"mvx_create_commission_refunds" => "wcmp_create_commission_refunds",
"mvx_order_reverse_action" => "wcmp_order_reverse_action",
"mvx_due_commission_reverse" => "wcmp_due_commission_reverse",
"mvx_order_complete_action" => "wcmp_order_complete_action",
"mvx_process_commissions" => "wcmp_process_commissions",
"mvx_get_commission_as_per_product_price" => "wcmp_get_commission_as_per_product_price",
"mvx_get_commission_rule_by_quantity_rule" => "wcmp_get_commission_rule_by_quantity_rule",
"mvx_product_type_selector" => "wcmp_product_type_selector",
"mvx_product_type_options" => "wcmp_product_type_options",
"mvx_wc_product_sku_enabled" => "wcmp_wc_product_sku_enabled",
"mvx_after_add_to_cart_form" => "wcmp_after_add_to_cart_form",
"mvx_delete_coupon_action" => "wcmp_delete_coupon_action",
"mvx_clear_scheduled_event" => "wcmp_clear_scheduled_event",
"mvx_spmv_excluded_products_map" => "wcmp_spmv_excluded_products_map",
"mvx_spmv_product_meta_update" => "wcmp_spmv_product_meta_update",
"mvx_reset_product_mapping_data" => "wcmp_reset_product_mapping_data",
"mvx_orders_migration" => "wcmp_orders_migration",
"mvx_email_classes" => "wcmp_email_classes",
"mvx_settings_email" => "wcmp_settings_email",
"mvx_email_footer" => "wcmp_email_footer",
"mvx_vendor_messages_customer_support" => "wcmp_vendor_messages_customer_support",
"mvx_parse_request" => "wcmp_parse_request",
"mvx_pre_get_posts" => "wcmp_pre_get_posts",
"mvx_save_extra_register_fields" => "wcmp_save_extra_register_fields",
"mvx_validate_extra_register_fields" => "wcmp_validate_extra_register_fields",
"mvx_vendor_register_form_callback" => "wcmp_vendor_register_form_callback",
"mvx_split_shipping_packages" => "wcmp_split_shipping_packages",
"mvx_checkout_order_processed" => "wcmp_checkout_order_processed",
"mvx_dequeue_global_style" => "wcmp_dequeue_global_style",
"mvx_vendor_dashboard_template" => "wcmp_vendor_dashboard_template",
"mvx_store_visitors_stats" => "wcmp_store_visitors_stats",
"mvx_shipping_zone_same_region_criteria" => "wcmp_shipping_zone_same_region_criteria",
"mvx_store_page_wpml_language_switcher" => "wcmp_store_page_wpml_language_switcher",
"mvx_vendor_shop_page_reviews_endpoint" => "wcmp_vendor_shop_page_reviews_endpoint",
"mvx_vendor_shop_page_policies_endpoint" => "wcmp_vendor_shop_page_policies_endpoint",
"mvx_vendor_page_query_vars" => "wcmp_vendor_page_query_vars",
"mvx_sidebar_init" => "wcmp_sidebar_init",
"mvx_sidebar" => "wcmp_sidebar",
"mvx_after_main_content" => "wcmp_after_main_content",
"mvx_store_tab_widget_contents" => "wcmp_store_tab_widget_contents",
"mvx_get_store_tabs" => "wcmp_get_store_tabs",
"mvx_get_policies_url" => "wcmp_get_policies_url",
"mvx_get_review_url" => "wcmp_get_review_url",
"mvx_shop_product_callback" => "wcmp_shop_product_callback",
"mvx_store_widget_contents" => "wcmp_store_widget_contents",
"mvx_customer_followers_vendor" => "wcmp_customer_followers_vendor",
"mvx_customer_followers_vendor_callback" => "wcmp_customer_followers_vendor_callback",
"mvx_checkout_user_location_save" => "wcmp_checkout_user_location_save",
"mvx_checkout_user_location_session_set" => "wcmp_checkout_user_location_session_set",
"mvx_checkout_user_location_fields" => "wcmp_checkout_user_location_fields",
"mvx_checkout_user_location_map" => "wcmp_checkout_user_location_map",
"mvx_commission_after_save_commission_total" => "wcmp_commission_after_save_commission_total",
"mvx_orders_migration_order_created" => "wcmp_orders_migration_order_created",
"mvx_create_commission_refund_after_commission_note" => "wcmp_create_commission_refund_after_commission_note",
"mvx_transaction_update_meta_data" => "wcmp_transaction_update_meta_data",
"mvx_shop_order_columns" => "wcmp_shop_order_columns",
"mvx_show_shop_order_columns" => "wcmp_show_shop_order_columns",
"mvx_create_orders" => "wcmp_create_orders",
"mvx_create_orders_from_backend" => "wcmp_create_orders_from_backend",
"mvx_manually_create_order_item_and_suborder" => "wcmp_manually_create_order_item_and_suborder",
"mvx_create_orders_via_rest_callback" => "wcmp_create_orders_via_rest_callback",
"mvx_parent_order_to_vendor_order_status_synchronization" => "wcmp_parent_order_to_vendor_order_status_synchronization",
"mvx_vendor_order_to_parent_order_status_synchronization" => "wcmp_vendor_order_to_parent_order_status_synchronization",
"mvx_check_order_awaiting_payment" => "wcmp_check_order_awaiting_payment",
"mvx_order_refunded" => "wcmp_order_refunded",
"mvx_refund_deleted" => "wcmp_refund_deleted",
"mvx_vendor_order_backend_restriction" => "wcmp_vendor_order_backend_restriction",
"mvx_frontend_enqueue_scripts" => "wcmp_frontend_enqueue_scripts",
"mvx_vendor_order_status_changed_actions" => "wcmp_vendor_order_status_changed_actions",
"mvx_exclude_suborders_from_rest_api_call" => "wcmp_exclude_suborders_from_rest_api_call",
"mvx_refund_btn_customer_my_account" => "wcmp_refund_btn_customer_my_account",
"mvx_handler_cust_requested_refund" => "wcmp_handler_cust_requested_refund",
"mvx_refund_order_status_customer_meta" => "wcmp_refund_order_status_customer_meta",
"mvx_order_customer_refund_dd" => "wcmp_order_customer_refund_dd",
"mvx_refund_order_status_save" => "wcmp_refund_order_status_save",
"mvx_suborder_hide" => "wcmp_suborder_hide",
"mvx_mark_commission_paid" => "wcmp_mark_commission_paid",
"mvx_product_qna_delete_question" => "wcmp_product_qna_delete_question",
"mvx_spmv_bulk_quick_edit_save_post" => "wcmp_spmv_bulk_quick_edit_save_post",
"mvx_product_duplicate_update_meta" => "wcmp_product_duplicate_update_meta",
"mvx_edit_product_footer" => "wcmp_edit_product_footer",
"mvx_filter_product_category" => "wcmp_filter_product_category",
"mvx_delete_product_action" => "wcmp_delete_product_action",
"mvx_customer_questions_and_answers_tab" => "wcmp_customer_questions_and_answers_tab",
"mvx_customer_questions_and_answers_content" => "wcmp_customer_questions_and_answers_content",
"mvx_gtin_product_option" => "wcmp_gtin_product_option",
"mvx_save_gtin_product_option" => "wcmp_save_gtin_product_option",
"mvx_gtin_product_search" => "wcmp_gtin_product_search",
"mvx_gtin_get_search_query_vars" => "wcmp_gtin_get_search_query_vars",
"mvx_get_product_terms_html_selected_terms" => "wcmp_get_product_terms_html_selected_terms",
"mvx_product_cat_hierarchy_meta_box" => "wcmp_product_cat_hierarchy_meta_box",
"mvx_product_duplicate_before_save" => "wcmp_product_duplicate_before_save",
"mvx_vendor_list_rating_rating_value" => "wcmp_vendor_list_rating_rating_value",
"mvx_review_rating_link" => "wcmp_review_rating_link",
"mvx_seller_review_rating_form" => "wcmp_seller_review_rating_form",
"mvx_comment_vendor_rating_callback" => "wcmp_comment_vendor_rating_callback",
"mvx_vendor_dashboard_shortcode" => "wcmp_vendor_dashboard_shortcode",
"mvx_vendor_registration_shortcode" => "wcmp_vendor_registration_shortcode",
"mvx_show_recent_products" => "wcmp_show_recent_products",
"mvx_show_products" => "wcmp_show_products",
"mvx_recent_products" => "wcmp_recent_products",
"mvx_show_featured_products" => "wcmp_show_featured_products",
"mvx_show_sale_products" => "wcmp_show_sale_products",
"mvx_show_top_rated_products" => "wcmp_show_top_rated_products",
"mvx_show_best_selling_products" => "wcmp_show_best_selling_products",
"mvx_show_product_category" => "wcmp_show_product_category",
"mvx_show_vendorslist" => "wcmp_show_vendorslist",
"mvx_get_the_terms" => "wcmp_get_the_terms",
"mvx_vendor_login" => "wcmp_vendor_login",
"mvx_woocommerce_created_customer_notification" => "wcmp_woocommerce_created_customer_notification",
'mvx_customer_new_account' => 'wcmp_customer_new_account',
'mvx_order_emails_available' => 'wcmp_order_emails_available',
'mvx_user_avatar_override' => 'wcmp_user_avatar_override',
'mvx_pre_user_query_filtered' => 'wcmp_pre_user_query_filtered',
'mvx_vendor_orders_page' => 'wcmp_vendor_orders_page',
'mvx_product_options_shipping' => 'wcmp_product_options_shipping',
'mvx_dashboard_setup' => 'wcmp_dashboard_setup',
'mvx_add_dashboard_widget' => 'wcmp_add_dashboard_widget',
'mvx_vendor_stats_reports' => 'wcmp_vendor_stats_reports',
'mvx_vendor_pending_shipping' => 'wcmp_vendor_pending_shipping',
'mvx_customer_review' => 'wcmp_customer_review',
'mvx_vendor_followers' => 'wcmp_vendor_followers',
'mvx_vendor_product_stats' => 'wcmp_vendor_product_stats',
'mvx_vendor_product_sales_report' => 'wcmp_vendor_product_sales_report',
'mvx_vendor_transaction_details' => 'wcmp_vendor_transaction_details',
'mvx_vendor_products_cust_qna' => 'wcmp_vendor_products_cust_qna',
'mvx_vendor_visitors_map' => 'wcmp_vendor_visitors_map',
'mvx_dashboard_setup_updater' => 'wcmp_dashboard_setup_updater',
'mvx_vendor_dashboard_add_product_url' => 'wcmp_vendor_dashboard_add_product_url',
'mvx_setup_store_setup_save' => 'wcmp_setup_store_setup_save',
'mvx_setup_payment_save' => 'wcmp_setup_payment_save',
'mvx_store_setup_ready' => 'wcmp_store_setup_ready',
'mvx_get_vendor_part_from_order' => 'wcmp_get_vendor_part_from_order',
'mvx_vendor_get_total_amount_due' => 'wcmp_vendor_get_total_amount_due',
'mvx_vendor_transaction' => 'wcmp_vendor_transaction',
'mvx_vendor_get_order_item_totals' => 'wcmp_vendor_get_order_item_totals',
'mvx_create_vendor_dashboard_navigation' => 'wcmp_create_vendor_dashboard_navigation',
'mvx_get_vendor_dashboard_navigation' => 'wcmp_get_vendor_dashboard_navigation',
'mvx_create_vendor_dashboard_content' => 'wcmp_create_vendor_dashboard_content',
'mvx_create_vendor_dashboard_breadcrumbs' => 'wcmp_create_vendor_dashboard_breadcrumbs',
'mvx_vendor_dashboard_vendor_announcements_endpoint' => 'wcmp_vendor_dashboard_vendor_announcements_endpoint',
'mvx_vendor_dashboard_storefront_endpoint' => 'wcmp_vendor_dashboard_storefront_endpoint',
'mvx_vendor_dashboard_profile_endpoint' => 'wcmp_vendor_dashboard_profile_endpoint',
'mvx_vendor_dashboard_vendor_policies_endpoint' => 'wcmp_vendor_dashboard_vendor_policies_endpoint',
'mvx_vendor_dashboard_vendor_billing_endpoint' => 'wcmp_vendor_dashboard_vendor_billing_endpoint',
'mvx_vendor_dashboard_vendor_shipping_endpoint' => 'wcmp_vendor_dashboard_vendor_shipping_endpoint',
'mvx_vendor_dashboard_vendor_report_endpoint' => 'wcmp_vendor_dashboard_vendor_report_endpoint',
'mvx_vendor_dashboard_banking_overview_endpoint' => 'wcmp_vendor_dashboard_banking_overview_endpoint',
'mvx_vendor_dashboard_add_product_endpoint' => 'wcmp_vendor_dashboard_add_product_endpoint',
'mvx_vendor_dashboard_edit_product_endpoint' => 'wcmp_vendor_dashboard_edit_product_endpoint',
'mvx_vendor_dashboard_products_endpoint' => 'wcmp_vendor_dashboard_products_endpoint',
'mvx_vendor_dashboard_add_coupon_endpoint' => 'wcmp_vendor_dashboard_add_coupon_endpoint',
'mvx_vendor_dashboard_coupons_endpoint' => 'wcmp_vendor_dashboard_coupons_endpoint',
'mvx_vendor_dashboard_vendor_orders_endpoint' => 'wcmp_vendor_dashboard_vendor_orders_endpoint',
'mvx_vendor_dashboard_vendor_withdrawal_endpoint' => 'wcmp_vendor_dashboard_vendor_withdrawal_endpoint',
'mvx_vendor_dashboard_transaction_details_endpoint' => 'wcmp_vendor_dashboard_transaction_details_endpoint',
'mvx_vendor_dashboard_vendor_knowledgebase_endpoint' => 'wcmp_vendor_dashboard_vendor_knowledgebase_endpoint',
'mvx_vendor_dashboard_vendor_tools_endpoint' => 'wcmp_vendor_dashboard_vendor_tools_endpoint',
'mvx_vendor_dashboard_products_qna_endpoint' => 'wcmp_vendor_dashboard_products_qna_endpoint',
'mvx_vendor_dashboard_endpoint_title' => 'wcmp_vendor_dashboard_endpoint_title',
'mvx_vendor_dashboard_menu_vendor_policies_capability' => 'wcmp_vendor_dashboard_menu_vendor_policies_capability',
'mvx_vendor_dashboard_menu_vendor_withdrawal_capability' => 'wcmp_vendor_dashboard_menu_vendor_withdrawal_capability',
'mvx_vendor_dashboard_menu_vendor_shipping_capability' => 'wcmp_vendor_dashboard_menu_vendor_shipping_capability',
'mvx_add_theme_support' => 'wcmp_add_theme_support',
'mvx_register_store_sidebar' => 'wcmp_register_store_sidebar',
'mvx_rm_meta_boxes' => 'wcmp_rm_meta_boxes',
'mvx_admin_init' => 'wcmp_admin_init',
'mvx_remove_woocommerce_admin_from_vendor' => 'wcmp_remove_woocommerce_admin_from_vendor',
'mvx_get_script_content' => 'wcmp_get_script_data',
'mvx_stripe_phpversion_required_notice' => 'wcmp_stripe_phpversion_required_notice',
'mvx_stripe_curl_required_notice' => 'wcmp_stripe_curl_required_notice',
'mvx_stripe_mbstring_required_notice' => 'wcmp_stripe_mbstring_required_notice',
'mvx_stripe_json_required_notice' => 'wcmp_stripe_json_required_notice',
'mvx_plugin_update_message' => 'wcmp_plugin_update_message',
'mvx_paid_commission_from_previous_marketplace' => 'wcmp_paid_commission_from_previous_marketplace',
'mvx_admin_menus' => 'wcmp_admin_menus',
'mvx_migration' => 'wcmp_migration',
'mvx_migration_header' => 'wcmp_migration_header',
'mvx_migration_steps' => 'wcmp_migration_steps',
'mvx_migration_content' => 'wcmp_migration_content',
'mvx_migration_introduction' => 'wcmp_migration_introduction',
'mvx_migration_first_step' => 'wcmp_migration_first_step',
'mvx_migration_store_process' => 'wcmp_migration_store_process',
'mvx_migration_third_step' => 'wcmp_migration_third_step',
'mvx_migration_complete' => 'wcmp_migration_complete',
'mvx_migration_footer' => 'wcmp_migration_footer',
'mvx_get_products_by_vendor' => 'wcmp_get_products_by_vendor',
'mvx_is_marketplace' => 'wcmp_is_marketplace',
'mvx_set_product_type_options' => 'wcmp_set_product_type_options',
'mvx_hide_admin_shipping' => 'wcmp_hide_admin_shipping',
'mvx_product_vendor_plugin_create_page' => 'wcmp_product_vendor_plugin_create_page',
'mvx_product_vendor_plugin_create_pages' => 'wcmp_product_vendor_plugin_create_pages',
'mvx_plugin_tables_install' => 'wcmp_plugin_tables_install',
'mvx_woo' => 'wcmp_woo',
'mvx_vendor_dashboard_page_id' => 'wcmp_vendor_dashboard_page_id',
'mvx_vendor_registration_page_id' => 'wcmp_vendor_registration_page_id',
'mvx_action_links' => 'wcmp_action_links',
'mvx_get_all_blocked_vendors' => 'wcmp_get_all_blocked_vendors',
'mvx_check_if_another_vendor_plugin_exits' => 'wcmp_check_if_another_vendor_plugin_exits',
'mvx_paid_commission_status' => 'wcmp_paid_commission_status',
'mvx_rangeWeek' => 'wcmp_rangeWeek',
'mvx_seller_review_enable' => 'wcmp_seller_review_enable',
'mvx_find_user_purchased_with_vendor' => 'wcmp_find_user_purchased_with_vendor',
'mvx_get_vendor_dashboard_nav_item_css_class' => 'wcmp_get_vendor_dashboard_nav_item_css_class',
'mvx_get_vendor_dashboard_endpoint_url' => 'wcmp_get_vendor_dashboard_endpoint_url',
'mvx_get_all_order_of_user' => 'wcmp_get_all_order_of_user',
'mvx_review_is_from_verified_owner' => 'wcmp_review_is_from_verified_owner',
'mvx_get_vendor_review_info' => 'wcmp_get_vendor_review_info',
'mvx_sort_by_rating_multiple_product' => 'wcmp_sort_by_rating_multiple_product',
'mvx_remove_comments_section_from_vendor_dashboard' => 'wcmp_remove_comments_section_from_vendor_dashboard',
'mvx_process_order' => 'wcmp_process_order',
'mvx_get_vendor_profile_completion' => 'wcmp_get_vendor_profile_completion',
'mvx_save_visitor_stats' => 'wcmp_save_visitor_stats',
'mvx_get_visitor_stats' => 'wcmp_get_visitor_stats',
'mvx_date' => 'wcmp_date',
'mvx_get_latlng_distance' => 'wcmp_get_latlng_distance',
'mvx_get_vendor_list_map_store' => 'wcmp_get_vendor_list_map_store',
'mvx_get_vendor_specific_order_charge' => 'wcmp_get_vendor_specific_order_charge',
'mvx_get_geocoder_components' => 'wcmp_get_geocoder_components',
'mvx_get_available_product_types' => 'wcmp_get_available_product_types',
'mvx_spmv_products_map' => 'wcmp_spmv_products_map',
'mvx_get_available_commission_types' => 'wcmp_get_available_commission_types',
'mvx_list_categories' => 'wcmp_list_categories',
'mvx_get_shipping_zone' => 'wcmp_get_shipping_zone',
'mvx_get_shipping_methods' => 'wcmp_get_shipping_methods',
'mvx_state_key_alter' => 'wcmp_state_key_alter',
'mvx_is_allowed_vendor_shipping' => 'wcmp_is_allowed_vendor_shipping',
'mvx_get_post_permalink_html' => 'wcmp_get_post_permalink_html',
'mvx_get_post_permalink' => 'wcmp_get_post_permalink',
'mvx_default_product_types' => 'wcmp_default_product_types',
'mvx_get_product_types' => 'wcmp_get_product_types',
'mvx_is_allowed_product_type' => 'wcmp_is_allowed_product_type',
'mvx_get_product_terms_HTML' => 'wcmp_get_product_terms_HTML',
'mvx_generate_term_breadcrumb_html' => 'wcmp_generate_term_breadcrumb_html',
'mvx_get_price_to_display' => 'wcmp_get_price_to_display',
'mvx_get_commission_statuses' => 'wcmp_get_commission_statuses',
'mvx_get_product_link' => 'wcmp_get_product_link',
'mvx_get_option' => 'wcmp_get_option',
'mvx_update_option' => 'wcmp_update_option',
'mvx_get_user_meta' => 'wcmp_get_user_meta',
'mvx_update_user_meta' => 'wcmp_update_user_meta',
'mvx_is_store_page' => 'wcmp_is_store_page',
'mvx_find_shop_page_vendor' => 'wcmp_find_shop_page_vendor',
'mvx_get_attachment_url' => 'wcmp_get_attachment_url',
'mvx_mapbox_api_enabled' => 'wcmp_mapbox_api_enabled',
'mvx_mapbox_design_switcher' => 'wcmp_mapbox_design_switcher',
'mvx_vendor_distance_by_shipping_settings' => 'wcmp_vendor_distance_by_shipping_settings',
'mvx_vendor_different_type_shipping_options' => 'wcmp_vendor_different_type_shipping_options',
'mvx_vendor_shipping_by_country_settings' => 'wcmp_vendor_shipping_by_country_settings',
'mvx_vendor_list_main_wrapper' => 'wcmp_vendor_list_main_wrapper',
'mvx_vendor_list_main_wrapper_end' => 'wcmp_vendor_list_main_wrapper_end',
'mvx_vendor_list_map_wrapper' => 'wcmp_vendor_list_map_wrapper',
'mvx_vendor_list_form_wrapper' => 'wcmp_vendor_list_form_wrapper',
'mvx_vendor_list_map_filters' => 'wcmp_vendor_list_map_filters',
'mvx_vendor_list_form_wrapper_end' => 'wcmp_vendor_list_form_wrapper_end',
'mvx_vendor_list_map_wrapper_end' => 'wcmp_vendor_list_map_wrapper_end',
'mvx_vendor_list_display_map' => 'wcmp_vendor_list_display_map',
'mvx_vendor_list_catalog_ordering' => 'wcmp_vendor_list_catalog_ordering',
'mvx_vendor_list_paging_info' => 'wcmp_vendor_list_paging_info',
'mvx_vendor_list_order_sort' => 'wcmp_vendor_list_order_sort',
'mvx_vendor_list_content_wrapper' => 'wcmp_vendor_list_content_wrapper',
'mvx_vendor_list_content_wrapper_end' => 'wcmp_vendor_list_content_wrapper_end',
'mvx_vendor_list_vendors_loop' => 'wcmp_vendor_list_vendors_loop',
'mvx_no_vendors_found' => 'wcmp_no_vendors_found_data',
'mvx_vendor_list_pagination' => 'wcmp_vendor_list_pagination',
'mvx_vendor_lists_vendor_top_products' => 'wcmp_vendor_lists_vendor_top_products',
'mvx_get_orders' => 'wcmp_get_orders',
'mvx_get_order' => 'wcmp_get_order',
'mvx_get_total_refunded_for_item' => 'wcmp_get_total_refunded_for_item',
'mvx_get_commission_order_id' => 'wcmp_get_commission_order_id',
'mvx_get_order_commission_id' => 'wcmp_get_order_commission_id',
'mvx_get_customer_refund_order_msg' => 'wcmp_get_customer_refund_order_msg',
'mvx_removeslashes' => 'wcmp_removeslashes',
'mvx_vendor_user_store_name' => 'wcmp_vendor_user_store_name',
'mvx_buddypress_capability_to_vendor' => 'wcmp_buddypress_capability_to_vendor',
'mvx_save_storefont_data' => 'wcmp_save_storefont_data',
'mvx_add_storefont_buddypress_link' => 'wcmp_add_storefont_buddypress_link',
'mvx_vendor_store_header_bp_link' => 'wcmp_vendor_store_header_bp_link',
'mvx_buddypress_tab_admin' => 'wcmp_buddypress_tab_admin',
'mvx_elementor_init' => 'wcmp_elementor_init',
'mvx_elementor' => 'wcmp_elementor',
'mvx_categories' => 'wcmp_categories',
'mvx_table_rate_shipping_admin_enqueue_scripts' => 'wcmp_table_rate_shipping_admin_enqueue_scripts',
'mvx_hide_table_rate_when_disabled' => 'wcmp_hide_table_rate_when_disabled',
'mvx_table_rate_toggle_shipping_method' => 'wcmp_table_rate_toggle_shipping_method',
'mvx_advance_shipping_template_table_rate' => 'wcmp_advance_shipping_template_table_rate',
'mvxs_advance_shipping_table_rate' => 'wcmps_advance_shipping_table_rate',
'mvx_advance_shipping_template_table_rate_item' => 'wcmp_advance_shipping_template_table_rate_item',
'get_mvx_endpoints_mask' => 'get_wcmp_endpoints_mask',
'get_mvx_comment_rating_field' => 'get_wcmp_comment_rating_field',
'get_mvx_spmv_terms' => 'get_wcmp_spmv_terms',
'get_mvx_gtin_terms' => 'get_wcmp_gtin_terms',
'get_mvx_transaction_notice' => 'get_wcmp_transaction_notice',
'get_mvx_vendor_policies' => 'get_wcmp_vendor_policies',
'get_mvx_vendor_settings' => 'get_wcmp_vendor_settings',
'get_mvx_global_settings' => 'get_wcmp_global_settings',
'get_mvx_vendors' => 'get_wcmp_vendors',
'get_mvx_vendor' => 'get_wcmp_vendor',
'get_mvx_vendor_by_term' => 'get_wcmp_vendor_by_term',
'get_mvx_product_vendors' => 'get_wcmp_product_vendors',
'get_mvx_vendor_orders' => 'get_wcmp_vendor_orders',
'get_mvx_vendor_order_amount' => 'get_wcmp_vendor_order_amount',
'get_mvx_product_policies' => 'get_wcmp_product_policies',
'get_mvx_vendor_dashboard_visitor_stats_data' => 'get_wcmp_vendor_dashboard_visitor_stats_data',
'get_mvx_vendor_dashboard_stats_reports_data' => 'get_wcmp_vendor_dashboard_stats_reports_data',
'get_mvx_vendor_order_shipping_method' => 'get_wcmp_vendor_order_shipping_method',
'get_mvx_spmv_products_map_data' => 'get_wcmp_spmv_products_map_data',
'get_mvx_spmv_excluded_products_map_data' => 'get_wcmp_spmv_excluded_products_map_data',
'get_mvx_different_terms_hierarchy' => 'get_wcmp_different_terms_hierarchy',
'get_mvx_default_payment_gateways' => 'get_wcmp_default_payment_gateways',
'get_mvx_available_payment_gateways' => 'get_wcmp_available_payment_gateways',
'get_mvx_ledger_types' => 'get_wcmp_ledger_types',
'get_mvx_more_spmv_products' => 'get_wcmp_more_spmv_products',
'get_mvx_suborders' => 'get_wcmp_suborders',
'get_mvx_order_by_commission' => 'get_wcmp_order_by_commission',
'get_mvx_store_data' => 'get_wcmp_store_data',
'is_mvx_endpoint_url' => 'is_wcmp_endpoint_url',
'is_mvx_version_less_3_4_0' => 'is_wcmp_version_less_3_4_0',
'is_mvx_vendor_completed_store_setup' => 'is_wcmp_vendor_completed_store_setup',
'is_mvx_vendor_order' => 'is_wcmp_vendor_order',
'is_mvx_table_rate_shipping_enable' => 'is_wcmp_table_rate_shipping_enable',
'update_mvx_vendor_settings' => 'update_wcmp_vendor_settings',
'delete_mvx_vendor_settings' => 'delete_wcmp_vendor_settings',
'is_user_mvx_pending_vendor' => 'is_user_wcmp_pending_vendor',
'is_user_mvx_rejected_vendor' => 'is_user_wcmp_rejected_vendor',
'is_user_mvx_vendor' => 'is_user_wcmp_vendor',
);
$shortcodes = array(
'mvx_vendor' => 'wcmp_vendor',
'mvx_recent_products' => 'wcmp_recent_products',
'mvx_products' => 'wcmp_products',
'mvx_featured_products' => 'wcmp_featured_products',
'mvx_sale_products' => 'wcmp_sale_products',
'mvx_top_rated_products' => 'wcmp_top_rated_products',
'mvx_best_selling_products' => 'wcmp_best_selling_products',
'mvx_product_category' => 'wcmp_product_category',
'mvx_vendorslist' => 'wcmp_vendorslist'
);
$others = array(
'mvx_' => 'wcmp_',
'_mvx' => '_wcmp',
'mvx-' => 'wcmp-',
'$MVX' => '$WCMp',
'MVX' => 'WCMP',
'MVX' => 'WCMp',
'mvx' => 'wcmp',
);
$directory = '.'; // Replace with the path to your directory
$ignoredFolders = ['vendor', 'node_modules']; // Specify the folders to ignore
$ignoredFiles = ['refactor-wcmp-mvx.php']; // Specify the files to ignore
// Function to recursively read files in a directory and perform replacements
function processDirectory($directory, $replacements, $ignoredFolders, $ignoredFiles)
{
$directoryIterator = new RecursiveDirectoryIterator($directory);
$iterator = new RecursiveIteratorIterator($directoryIterator, RecursiveIteratorIterator::SELF_FIRST);
foreach ($iterator as $file)
{
// Skip directories and files in the ignore list
if ($file->isFile() && !shouldIgnoreDirectory($file->getPath(), $ignoredFolders) && !shouldIgnoreFile($file->getFilename(), $ignoredFiles)) {
//echo $file->getPath() . '/' . $file->getFilename() . "\n";
processFile($file, $replacements);
}/* elseif ($file->isDir() && !shouldIgnoreDirectory($file->getPath(), $ignoredFolders)) {
echo $file->getPathname();
processDirectory($file->getPathname(), $replacements, $ignoredFolders, $ignoredFiles);
processDir($file, $replacements);
} */
}
}
// Function to read a file and perform replacements
function processFile($file, $replacements)
{
$filePath = $file->getPathname();
$content = file_get_contents($filePath);
// Perform replacements
$content = strtr($content, array_flip($replacements));
// Write the modified content back to the file
file_put_contents($filePath, $content);
// Rename the file
$oldFileName = basename($filePath);
$newFileName = strtr(basename($filePath), array_flip($replacements));
$newFilePath = str_replace( $oldFileName, $newFileName, $filePath);
if ($filePath !== $newFilePath) {
// echo $newFilePath . "\n";
rename($filePath, $newFilePath);
}
}
// Function to rename a directory
function processDir($dir, $replacements)
{
$oldDirPath = $dir->getPathname();
$newDirPath = strtr($oldDirPath, $replacements);
if ($oldDirPath !== $newDirPath) {
rename($oldDirPath, $newDirPath);
}
}
// Function to check if a directory should be ignored
function shouldIgnoreDirectory($directory, $ignoredFolders)
{
$directory = rtrim($directory, DIRECTORY_SEPARATOR);
foreach ($ignoredFolders as $ignoredFolder)
{
if ( basename($directory) == $ignoredFolder ) {
return true;
}
}
return false;
}
// Function to check if a file should be ignored
function shouldIgnoreFile($filename, $ignoredFiles)
{
return in_array($filename, $ignoredFiles);
}
// Process the directory
processDirectory($directory, array_merge($filters, $actions, $functions, $shortcodes, $others), $ignoredFolders, $ignoredFiles);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment