Letzte Generierung: 25.03.2025 18:11:53 UTC
woomex_admin_statuses_tabs_array
Filter Hook: This filter filters the admin statuses tabs array
Quelle 1: statuses.php :15
Quelle 2: class-woomex-admin.php :502
apply_filters( 'woomex_admin_statuses_tabs_array', array $tabs )
Parameter
- $tabs
- (array) Includes the statuses tabs
woomex_admin_before_status_{current_tab}
Action Hook: This hook fires before the status output
Quelle 1: statuses.php :34
do_action( 'woomex_admin_before_status_{current_tab}' )
woomex_admin_statuses_tabs
Action Hook: This hook fires during the statuses tabs output
Quelle 1: statuses.php :49
do_action( 'woomex_admin_statuses_tabs' )
woomex_admin_status_{current_tab}
Action Hook: This hook fires during the status content output
Quelle 1: statuses.php :60
do_action( 'woomex_admin_status_{current_tab}' )
woomex_admin_settings_tabs_array
Filter Hook: This filter filters the admin settings tabs array
Quelle 1: settings.php :15
Quelle 2: class-woomex-admin.php :475
apply_filters( 'woomex_admin_settings_tabs_array', array $tabs )
Parameter
- $tabs
- (array) Includes the settings tabs
woomex_admin_settings_page_title_actions
Filter Hook: This filter filters the admin settings page title actions
Quelle 1: settings.php :35
apply_filters( 'woomex_admin_settings_page_title_actions', array $page_title_actions )
Parameter
- $page_title_actions
- (array) Includes the page title actions
woomex_admin_before_settings_{current_tab}
Action Hook: This hook fires before the settings output
Quelle 1: settings.php :55
do_action( 'woomex_admin_before_settings_{current_tab}' )
woomex_admin_settings_form_method_tab_{current_tab}
Filter Hook: This filter filters the admin settings form method
Quelle 1: settings.php :65
apply_filters( 'woomex_admin_settings_form_method_tab_{current_tab}', string $settings_form_method )
Parameter
- $settings_form_method
- (string) The form method for the settings form
woomex_admin_settings_tabs
Action Hook: This hook fires during the settings tabs output
Quelle 1: settings.php :81
do_action( 'woomex_admin_settings_tabs' )
woomex_admin_settings_sections_{current_tab}
Action Hook: This hook fires during the settings sections output
Quelle 1: settings.php :91
do_action( 'woomex_admin_settings_sections_{current_tab}' )
woomex_admin_settings_{current_tab}
Action Hook: This hook fires during the settings content output
Quelle 1: settings.php :99
do_action( 'woomex_admin_settings_{current_tab}' )
woomex_admin_after_settings_{current_tab}
Action Hook: This hook fires after the settings output
Quelle 1: settings.php :114
do_action( 'woomex_admin_after_settings_{current_tab}' )
woomex_admin_settings_export_form_method
Filter Hook: This filter filters the admin settings export form method
apply_filters( 'woomex_admin_settings_export_form_method', string $settings_export_form_method )
Parameter
- $settings_export_form_method
- (string) The form method for the settings export form
woomex_admin_settings_import_form_method
Filter Hook: This filter filters the admin settings import form method
apply_filters( 'woomex_admin_settings_import_form_method', string $settings_import_form_method )
Parameter
- $settings_import_form_method
- (string) The form method for the settings import form
woomex_admin_status_after_system_status_report
Action Hook: This hook fires after the system status report
Quelle 1: system.php :1349
do_action( 'woomex_admin_status_after_system_status_report' )
woomex_cron_jobs_filter_cron_schedules
Filter Hook: This filter filters the custom plugin cron job schedules
Quelle 1: class-woomex-cron-jobs.php :89
apply_filters( 'woomex_cron_jobs_filter_cron_schedules', array $schedules )
Parameter
- $schedules
- (array)
woomex_cron_jobs_get_formatted_cron_events
Filter Hook: This filter filters all formatted plugin cron events
Quelle 1: class-woomex-cron-jobs.php :230
apply_filters( 'woomex_cron_jobs_get_formatted_cron_events', array $formatted_cron_events )
Parameter
- $formatted_cron_events
- (array) Includes all formatted plugin cron events
woomex_export_orders_cron_order_query_args
Filter Hook: This filter filters the export order cron order query arguments
Quelle 1: class-woomex-cron-jobs.php :274
apply_filters( 'woomex_export_orders_cron_order_query_args', array $orders_query )
Parameter
- $orders_query
- (array) Includes all parameters for the orders query
woomex_cron_jobs_get_cron_hooks
Filter Hook: This filter filters all cron job hooks from the plugin
Quelle 1: class-woomex-cron-jobs.php :539
apply_filters( 'woomex_cron_jobs_get_cron_hooks', array $cron_hooks, bool $include_helper, bool $is_uninstall )
Parameter
- $cron_hooks
- (array) Includes all cron hooks
- $include_helper
- (bool) If the helper plugins should be included
- $is_uninstall
- (bool) If is uninstall of the plugin
woomex_register_log_handlers
Filter Hook: This filter filters the log handlers
Quelle 1: class-woomex-logger.php :49
apply_filters( 'woomex_register_log_handlers', array $handlers )
Parameter
- $handlers
- (array) The available handlers
woomex_logger_log_message
Filter Hook: This filter filters the logger log message
Quelle 1: class-woomex-logger.php :150
apply_filters( 'woomex_logger_log_message', string $message, string $level, array $context )
Parameter
- $message
- (string) The log message
- $level
- (string) The log level
- $context
- (array) The log context
woomex_logger_days_to_retain_logs
Filter Hook: This filter filters the days the logger should retain the logs
Quelle 1: class-woomex-logger.php :310
apply_filters( 'woomex_logger_days_to_retain_logs', int $days )
Parameter
- $days
- (int) The number of days to retain the logs
woomex_encryptor_maybe_encrypt
Filter Hook: This filter filters the value that may need to be encrypted
Quelle 1: class-woomex-encryptor.php :57
apply_filters( 'woomex_encryptor_maybe_encrypt', string $value, string $key )
Parameter
- $value
- (string) The value that may need to be encrypted
- $key
- (string) The encryptor key
woomex_encryptor_maybe_decrypt
Filter Hook: This filter filters the value that may need to be decrypted
Quelle 1: class-woomex-encryptor.php :93
apply_filters( 'woomex_encryptor_maybe_decrypt', string $value, string $key )
Parameter
- $value
- (string) The value that may need to be decrypted
- $key
- (string) The encryptor key
woomex_encryptor_get_random_key
Filter Hook: This filter filters the generation of the encryptor key (random ascii safe key)
Quelle 1: class-woomex-encryptor.php :153
apply_filters( 'woomex_encryptor_get_random_key', string $random_key_ascii_safe )
Parameter
- $random_key_ascii_safe
- (string) The generated random ascii safe key
woomex_encryptor_supports_auto_insert_delete
Filter Hook: This filter filters if the encryptor supports auto insert delete of the key
Quelle 1: class-woomex-encryptor.php :184
apply_filters( 'woomex_encryptor_supports_auto_insert_delete', bool $supports )
Parameter
- $supports
- (bool) If is supported
woomex_before_load
Action Hook: This hook fires before the plugin load
Quelle 1: class-woomex.php :54
do_action( 'woomex_before_load' )
woomex_after_load
Action Hook: This hook fires after the plugin load
Quelle 1: class-woomex.php :70
do_action( 'woomex_after_load' )
woomex_includes
Filter Hook: This filter filters includes (function files)
Quelle 1: class-woomex.php :134
apply_filters( 'woomex_includes', array $includes )
Parameter
- $includes
- (array) Includes all function filenames
woomex_installed
Action Hook: This hook fires after the plugin is installed successfully
Quelle 1: class-woomex-install.php :149
do_action( 'woomex_installed' )
woomex_install_plugin_updated
Action Hook: This hook fires if the plugin has been updated
Quelle 1: class-woomex-install.php :165
do_action( 'woomex_install_plugin_updated' )
woomex_install_skip_create_directories_files
Filter Hook: This filter filters if the creation of the directories and files should be skipped
Quelle 1: class-woomex-install.php :268
apply_filters( 'woomex_install_skip_create_directories_files', bool $skip )
Parameter
- $skip
- (bool) If should be skipped
woomex_enable_update_functions
Filter Hook: This filter filters if the update functions should be used
Quelle 1: class-woomex-install.php :439
apply_filters( 'woomex_enable_update_functions', bool $enable_update_functions )
Parameter
- $enable_update_functions
- (bool) If update functions enabled or not
woomex_documentation_url
Filter Hook: This filter filters the URL to the plugin documentation
Quelle 1: class-woomex-install.php :515
apply_filters( 'woomex_documentation_url', string $documentation_url )
Parameter
- $documentation_url
- (string) The URL to the plugin documentation
woomex_install_get_core_capabilities
Filter Hook: This filter filters the plugins core capabilities
Quelle 1: class-woomex-install.php :564
apply_filters( 'woomex_install_get_core_capabilities', array $capabilities )
Parameter
- $capabilities
- (array) Includes all capabilities
woomex_install_get_tables
Filter Hook: This filter filters the plugin tables
Quelle 1: class-woomex-install.php :711
apply_filters( 'woomex_install_get_tables', array $tables )
Parameter
- $tables
- (array) Includes all plugin tables
woomex_install_get_collmex_api_notifications
Filter Hook: This filter filters the Collmex API notifications used for stock, order and customer notifications
Quelle 1: class-woomex-install.php :749
apply_filters( 'woomex_install_get_collmex_api_notifications', array $api_notifications )
Parameter
- $api_notifications
- (array) Includes all API notifications
woomex_dependencies_is_loadable
Filter Hook: This filter filters if the plugin is loadable
Quelle 1: class-woomex-dependencies.php :302
apply_filters( 'woomex_dependencies_is_loadable', bool $loadable )
Parameter
- $loadable
- (bool) If is loadable or not
woomex_dependencies_check_plugin_slug
Filter Hook: This filter filters the plugin slug
Quelle 1: class-woomex-dependencies.php :361
apply_filters( 'woomex_dependencies_check_plugin_slug', string $plugin_slug )
Parameter
- $plugin_slug
- (string) The plugin slug to check
woomex_automatic_product_importer_wc_product_csv_importer_import_results
Filter Hook: This filter filters the the CSV importer import results
Quelle 1: class-woomex-automatic-product-importer.php :229
apply_filters( 'woomex_automatic_product_importer_wc_product_csv_importer_import_results', array $results )
Parameter
- $results
- (array) Includes the results of the CSV importer
woomex_automatic_product_importer_get_automatic_product_import_mapping_columns
Filter Hook: This filter filters automatic product import mapping columns
Quelle 1: class-woomex-automatic-product-importer.php :275
apply_filters( 'woomex_automatic_product_importer_get_automatic_product_import_mapping_columns', array $mapping_columns, array $product_column_names )
Parameter
- $mapping_columns
- (array) Includes the import mapping columns
- $product_column_names
- (array) Includes the product column names
woomex_coupon_importer_get_coupon_discount_type
Filter Hook: This filter filters the coupon discount type
Quelle 1: class-woomex-coupon-importer.php :241
apply_filters( 'woomex_coupon_importer_get_coupon_discount_type', string $discount_type )
Parameter
- $discount_type
- (string) The coupon discount type
woomex_coupon_importer_get_coupon_amount
Filter Hook: This filter filters the coupon amount
Quelle 1: class-woomex-coupon-importer.php :273
apply_filters( 'woomex_coupon_importer_get_coupon_amount', string $coupon_amount )
Parameter
- $coupon_amount
- (string) The coupon amount
woomex_customer_importer_generate_customer_data
Filter Hook: This filter filters the customer data
Quelle 1: class-woomex-customer-importer.php :291
apply_filters( 'woomex_customer_importer_generate_customer_data', array $customer_data )
Parameter
- $customer_data
- (array) Includes the customer data
woomex_customer_importer_get_customer_meta_names
Filter Hook: This filter filters the customer meta names
Quelle 1: class-woomex-customer-importer.php :311
apply_filters( 'woomex_customer_importer_get_customer_meta_names', array $meta_names )
Parameter
- $meta_names
- (array) Includes the meta names
woomex_customer_importer_format_salutation
Filter Hook: This filter filters the customer salutation
Quelle 1: class-woomex-customer-importer.php :369
apply_filters( 'woomex_customer_importer_format_salutation', string $mapped_title )
Parameter
- $mapped_title
- (string) The salutation of a customer
woomex_product_importer_days_to_retain_imports
Filter Hook: This filter filters the days the product importer should retain the imports
Quelle 1: class-woomex-product-importer.php :37
apply_filters( 'woomex_product_importer_days_to_retain_imports', int $days )
Parameter
- $days
- (int) The number of days to retain the imports
woomex_product_importer_get_product_import_files
Filter Hook: This filter filters the product import files
Quelle 1: class-woomex-product-importer.php :129
apply_filters( 'woomex_product_importer_get_product_import_files', int $result )
Parameter
- $result
- (int) The product import files
woomex_setting_importer_days_to_retain_imports
Filter Hook: This filter filters the days the setting importer should retain the imports
Quelle 1: class-woomex-setting-importer.php :70
apply_filters( 'woomex_setting_importer_days_to_retain_imports', int $days )
Parameter
- $days
- (int) The number of days to retain the imports
woomex_setting_importer_get_setting_import_data
Filter Hook: This filter filters the setting import data
Quelle 1: class-woomex-setting-importer.php :216
apply_filters( 'woomex_setting_importer_get_setting_import_data', array $setting_import_data )
Parameter
- $setting_import_data
- (array) Includes the setting import data
woomex_setting_importer_check_valid_csv
Filter Hook: This filter filters if the provided import file should be checked if in valid format
Quelle 1: class-woomex-setting-importer.php :236
apply_filters( 'woomex_setting_importer_check_valid_csv', bool $check_valid_csv )
Parameter
- $check_valid_csv
- (bool) If check for valid CSV should be done
woomex_setting_importer_valid_csv_filetypes
Filter Hook: This filter filters the valid CSV filetypes
Quelle 1: class-woomex-setting-importer.php :264
apply_filters( 'woomex_setting_importer_valid_csv_filetypes', array $filetypes )
Parameter
- $filetypes
- (array) The allowed filetypes
woomex_setting_importer_get_setting_import_files
Filter Hook: This filter filters the setting import files
Quelle 1: class-woomex-setting-importer.php :298
apply_filters( 'woomex_setting_importer_get_setting_import_files', array $result )
Parameter
- $result
- (array) Import files
woomex_setting_importer_get_setting_import_file_path
Filter Hook: This filter filters the setting import file path
Quelle 1: class-woomex-setting-importer.php :317
apply_filters( 'woomex_setting_importer_get_setting_import_file_path', string $setting_import_file_path )
Parameter
- $setting_import_file_path
- (string) The setting import file path
woomex_product_importer_use_product_groups
Filter Hook: This filter filters the use of product groups
Quelle 1: abstract-class-woomex-product-importer.php :163
apply_filters( 'woomex_product_importer_use_product_groups', bool $use_product_groups )
Parameter
- $use_product_groups
- (bool) If product groups should be used or not
woomex_product_importer_collmex_products
Filter Hook: This filter filters the Collmex products
Quelle 1: abstract-class-woomex-product-importer.php :173
apply_filters( 'woomex_product_importer_collmex_products', array $collmex_products )
Parameter
- $collmex_products
- (array) Includes all Collmex products
woomex_product_importer_sorted_collmex_product_ids
Filter Hook: This filter filters the sorted Collmex products ids
Quelle 1: abstract-class-woomex-product-importer.php :200
apply_filters( 'woomex_product_importer_sorted_collmex_product_ids', array $sorted_collmex_product_ids )
Parameter
- $sorted_collmex_product_ids
- (array) Includes all sorted Collmex product ids
woomex_product_importer_sorted_variable_product_variations_attributes
Filter Hook: This filter filters the variable product variations attributes
Quelle 1: abstract-class-woomex-product-importer.php :210
apply_filters( 'woomex_product_importer_sorted_variable_product_variations_attributes', array $sorted_variable_product_variations_attributes )
Parameter
- $sorted_variable_product_variations_attributes
- (array) Includes all sorted variable product variations attributes
woomex_product_importer_get_product_batches
Filter Hook: This filter filters the product batches
Quelle 1: abstract-class-woomex-product-importer.php :284
apply_filters( 'woomex_product_importer_get_product_batches', array $formatted_batches )
Parameter
- $formatted_batches
- (array) Includes the formatted batches
woomex_product_importer_get_column_names
Filter Hook: This filter filters the product column names
Quelle 1: abstract-class-woomex-product-importer.php :301
apply_filters( 'woomex_product_importer_get_column_names', array $product_column_names )
Parameter
- $product_column_names
- (array) Includes all product column names
woomex_product_importer_product_mocking_annotation
Filter Hook: This filter filters the product mocking annotation
Quelle 1: abstract-class-woomex-product-importer.php :330
apply_filters( 'woomex_product_importer_product_mocking_annotation', array $annotation, array $product )
Parameter
- $annotation
- (array) Includes the annotation
- $product
- (array) The Collmex product
woomex_product_importer_product_mocking_mock_product
Filter Hook: This filter filters the product mocking mock product
Quelle 1: abstract-class-woomex-product-importer.php :371
apply_filters( 'woomex_product_importer_product_mocking_mock_product', array $mock_product, array $product )
Parameter
- $mock_product
- (array) The mock product (the parent product)
- $product
- (array) The Collmex product
woomex_product_importer_product_mocking_annotation_overwrite
Filter Hook: This filter filters the mocking annotation of a mock product
Quelle 1: abstract-class-woomex-product-importer.php :394
apply_filters( 'woomex_product_importer_product_mocking_annotation_overwrite', array $annotation, array $product )
Parameter
- $annotation
- (array) Includes the annotation
- $product
- (array) The Collmex product
woomex_product_importer_product_mocking_mocked_products
Filter Hook: This filter filters the mocked products during mocking
Quelle 1: abstract-class-woomex-product-importer.php :411
apply_filters( 'woomex_product_importer_product_mocking_mocked_products', array $mocked_products, array $collmex_products )
Parameter
- $mocked_products
- (array) Includes the mocked products
- $collmex_products
- (array) Includes all Collmex products
woomex_product_importer_get_mock_product_id
Filter Hook: This filter filters the mock product id
Quelle 1: abstract-class-woomex-product-importer.php :450
apply_filters( 'woomex_product_importer_get_mock_product_id', string $mock_product_id )
Parameter
- $mock_product_id
- (string) The mock product id
woomex_product_importer_product_column_names
Filter Hook: This filter filters the product importer product column names
Quelle 1: abstract-class-woomex-product-importer.php :492
apply_filters( 'woomex_product_importer_product_column_names', array $product_column_names, array $product_row_data, array|null $collmex_products )
Parameter
- $product_column_names
- (array) Includes all product column names
- $product_row_data
- (array) Includes all generated product row data
- $collmex_products
- (array|null) Includes all Collmex products
woomex_product_importer_product_row_data
Filter Hook: This filter filters the product importer product row data
Quelle 1: abstract-class-woomex-product-importer.php :503
apply_filters( 'woomex_product_importer_product_row_data', array $product_row_data, array|null $collmex_products )
Parameter
- $product_row_data
- (array) Includes all generated product row data
- $collmex_products
- (array|null) Includes all Collmex products
woomex_product_importer_generate_product_row_data
Filter Hook: This filter filters the generated product row data
Quelle 1: abstract-class-woomex-product-importer.php :673
apply_filters( 'woomex_product_importer_generate_product_row_data', array $product_row, array $product )
Parameter
- $product_row
- (array) Includes the product row
- $product
- (array) The Collmex product
woomex_product_importer_get_product_type
Filter Hook: This filter filters the product type which should be used
Quelle 1: abstract-class-woomex-product-importer.php :717
apply_filters( 'woomex_product_importer_get_product_type', string $product_type )
Parameter
- $product_type
- (string) The type of the product (simple, variation or variable)
woomex_product_importer_get_parent_collmex_product_sku
Filter Hook: This filter filters the parent Collmex product SKU
Quelle 1: abstract-class-woomex-product-importer.php :746
apply_filters( 'woomex_product_importer_get_parent_collmex_product_sku', string $parent_collmex_product_sku )
Parameter
- $parent_collmex_product_sku
- (string) The SKU of the parent product
woomex_product_importer_get_formatted_shop_long_text
Filter Hook: This filter filters the formatted shop long text
Quelle 1: abstract-class-woomex-product-importer.php :771
apply_filters( 'woomex_product_importer_get_formatted_shop_long_text', string $formatted_shop_long_text )
Parameter
- $formatted_shop_long_text
- (string) The formatted shop long text
woomex_product_importer_get_product_tax_status
Filter Hook: This filter filters the product tax status
Quelle 1: abstract-class-woomex-product-importer.php :801
apply_filters( 'woomex_product_importer_get_product_tax_status', string $tax_status )
Parameter
- $tax_status
- (string) The tax status
woomex_product_importer_get_product_tax_class
Filter Hook: This filter filters the product tax class
Quelle 1: abstract-class-woomex-product-importer.php :841
apply_filters( 'woomex_product_importer_get_product_tax_class', string $tax_class_name, string $tax_rate )
Parameter
- $tax_class_name
- (string) The tax class name
- $tax_rate
- (string) The tax rate
woomex_product_importer_get_product_manage_stock
Filter Hook: This filter filters the product manage stock
Quelle 1: abstract-class-woomex-product-importer.php :868
apply_filters( 'woomex_product_importer_get_product_manage_stock', string $manage_stock )
Parameter
- $manage_stock
- (string) If manage stock
woomex_product_importer_get_product_stock_status
Filter Hook: This filter filters the product stock status
Quelle 1: abstract-class-woomex-product-importer.php :894
apply_filters( 'woomex_product_importer_get_product_stock_status', string $stock_status )
Parameter
- $stock_status
- (string) The stock status
woomex_product_importer_get_product_unit
Filter Hook: This filter filters the product unit
Quelle 1: abstract-class-woomex-product-importer.php :984
apply_filters( 'woomex_product_importer_get_product_unit', string $unit, string $quantity_unit )
Parameter
- $unit
- (string) The unit
- $quantity_unit
- (string) The quantity unit
woomex_product_importer_prepare_product_variation_attributes_for_import
Filter Hook: This filter filters the prepared product variation attributes
Quelle 1: abstract-class-woomex-product-importer.php :1054
apply_filters( 'woomex_product_importer_prepare_product_variation_attributes_for_import', array $product_row )
Parameter
- $product_row
- (array) Includes the product row
woomex_product_importers_sort_tmp_combined_product_variation_attributes
Filter Hook: This filter filters if the temporarily combined product variation attributes should be sorted or not
Quelle 1: abstract-class-woomex-product-importer.php :1093
apply_filters( 'woomex_product_importers_sort_tmp_combined_product_variation_attributes', bool $sort_tmp_combined_product_variation_attributes )
Parameter
- $sort_tmp_combined_product_variation_attributes
- (bool) If attributes should be sorted
woomex_product_importer_combine_product_variation_attributes_for_import
Filter Hook: This filter filters the combined variation attributes
Quelle 1: abstract-class-woomex-product-importer.php :1112
apply_filters( 'woomex_product_importer_combine_product_variation_attributes_for_import', array $combined_product_variation_attributes )
Parameter
- $combined_product_variation_attributes
- (array) Includes the combined variation attributes
woomex_product_importer_get_parent_collmex_product_id
Filter Hook: This filter filters the parent Collmex product ID
Quelle 1: abstract-class-woomex-product-importer.php :1243
apply_filters( 'woomex_product_importer_get_parent_collmex_product_id', string|null $parent_id )
Parameter
- $parent_id
- (string|null) The parent ID of the product
woomex_product_importer_product_attributes_annotation
Filter Hook: This filter filters the attributes annotation
Quelle 1: abstract-class-woomex-product-importer.php :1272
apply_filters( 'woomex_product_importer_product_attributes_annotation', array $annotation, array $product )
Parameter
- $annotation
- (array) Includes the annotation
- $product
- (array) The Collmex product
woomex_product_importer_product_attributes_annotation_attribute
Filter Hook: This filter filters the attributes annotation attribute
Quelle 1: abstract-class-woomex-product-importer.php :1284
apply_filters( 'woomex_product_importer_product_attributes_annotation_attribute', array $attribute, array $product )
Parameter
- $attribute
- (array) Includes an attribute
- $product
- (array) The Collmex product
woomex_product_importer_get_sorted_variable_product_variations_attributes_from_annotation
Filter Hook: This filter filters the sorted variable product variations attributes from annotation
Quelle 1: abstract-class-woomex-product-importer.php :1307
apply_filters( 'woomex_product_importer_get_sorted_variable_product_variations_attributes_from_annotation', array $sorted_variable_product_variations_attributes )
Parameter
- $sorted_variable_product_variations_attributes
- (array) Includes the sorted variable product variations attributes
woomex_product_importer_get_product_import_file_path
Filter Hook: This filter filters the product import file path
Quelle 1: abstract-class-woomex-product-importer.php :1400
apply_filters( 'woomex_product_importer_get_product_import_file_path', string $product_import_file_path )
Parameter
- $product_import_file_path
- (string) The product import file path
woomex_admin_screen_ids
Filter Hook: This filter filters the admin screen IDS
Quelle 1: class-woomex-admin.php :80
apply_filters( 'woomex_admin_screen_ids', array $screen_ids, string $woomex_screen_id )
Parameter
- $screen_ids
- (array) Includes all screen IDs
- $woomex_screen_id
- (string) Default plugin screen ID
woomex_admin_additional_screen_ids
Filter Hook: This filter filters the admin additional screen IDS
Quelle 1: class-woomex-admin.php :108
apply_filters( 'woomex_admin_additional_screen_ids', array $additional_screen_ids )
Parameter
- $additional_screen_ids
- (array) Includes all additional screen IDs
woomex_admin_filter_admin_body_class
Filter Hook: This filter filters the admin body classes
Quelle 1: class-woomex-admin.php :169
apply_filters( 'woomex_admin_filter_admin_body_class', string $admin_body_classes )
Parameter
- $admin_body_classes
- (string) The admin body classes
woomex_admin_navigation_breadcrumbs
Filter Hook: This filter filters all plugin admin navigation breadcrumbs
Quelle 1: class-woomex-admin.php :188
apply_filters( 'woomex_admin_navigation_breadcrumbs', array $breadcrumbs )
Parameter
- $breadcrumbs
- (array) Includes navigation breadcrumbs
woomex_admin_navigation_breadcrumb_page_data_title
Filter Hook: This filter filters the admin navigation breadcrumb page data tile
Quelle 1: class-woomex-admin.php :209
apply_filters( 'woomex_admin_navigation_breadcrumb_page_data_title', string $title, string $page_id )
Parameter
- $title
- (string) The page data title
- $page_id
- (string) The page ID
woomex_admin_navigation_breadcrumb_extension_displayed_tab
Filter Hook: This filter filters the admin navigation breadcrumb extension displayed tab
Quelle 1: class-woomex-admin.php :243
apply_filters( 'woomex_admin_navigation_breadcrumb_extension_displayed_tab', string $displayed_tab, string $page_id, array $page_data )
Parameter
- $displayed_tab
- (string) The displayed tab
- $page_id
- (string) The page ID
- $page_data
- (array) Includes all page data
woomex_admin_navigation_breadcrumb_extension_view
Filter Hook: This filter filters the admin navigation breadcrumb extension view
Quelle 1: class-woomex-admin.php :256
apply_filters( 'woomex_admin_navigation_breadcrumb_extension_view', string $view, string $page_id, array $page_data )
Parameter
- $view
- (string) The view
- $page_id
- (string) The page ID
- $page_data
- (array) Includes all page data
woomex_admin_navigation_breadcrumb_admin_page_title
Filter Hook: This filter filters the admin navigation breadcrumb admin page title
Quelle 1: class-woomex-admin.php :278
apply_filters( 'woomex_admin_navigation_breadcrumb_admin_page_title', string $page_title, string $screen_id )
Parameter
- $page_title
- (string) The page title
- $screen_id
- (string) The screen ID
woomex_admin_get_woomex_navigation_breadcrumbs
Filter Hook: This filter filters the admin navigation breadcrumbs
Quelle 1: class-woomex-admin.php :294
apply_filters( 'woomex_admin_get_woomex_navigation_breadcrumbs', array $breadcrumbs )
Parameter
- $breadcrumbs
- (array) Includes all breadcrumbs
woomex_admin_get_header_actions
Filter Hook: This filter filters the admin header actions
Quelle 1: class-woomex-admin.php :359
apply_filters( 'woomex_admin_get_header_actions', array $header_actions )
Parameter
- $header_actions
- (array) Includes all header actions
woomex_admin_get_woomex_pages
Filter Hook: This filter filters all pages
Quelle 1: class-woomex-admin.php :462
apply_filters( 'woomex_admin_get_woomex_pages', array $pages )
Parameter
- $pages
- (array) Includes all pages
woomex_admin_settings_views_array
Filter Hook: This filter filters the admin settings views
Quelle 1: class-woomex-admin.php :484
apply_filters( 'woomex_admin_settings_views_array', array $settings_views )
Parameter
- $settings_views
- (array) Includes the settings views
woomex_admin_settings_get_import_settings_url
Filter Hook: This filter filters the import settings URL
Quelle 1: class-woomex-admin-settings.php :149
apply_filters( 'woomex_admin_settings_get_import_settings_url', string $import_settings_url )
Parameter
- $import_settings_url
- (string) The import settings URL
woomex_admin_settings_get_export_settings_url
Filter Hook: This filter filters the export settings URL
Quelle 1: class-woomex-admin-settings.php :173
apply_filters( 'woomex_admin_settings_get_export_settings_url', string $export_settings_url )
Parameter
- $export_settings_url
- (string) The export settings URL
woomex_admin_settings_export_csv_columns
Filter Hook: This filter filters all available settings export CSV columns
Quelle 1: class-woomex-admin-settings.php :190
apply_filters( 'woomex_admin_settings_export_csv_columns', array $export_columns )
Parameter
- $export_columns
- (array) The export CSV columns
woomex_admin_settings_save_{current_tab}
Action Hook: This hook fires when a settings page gets saved
Quelle 1: class-woomex-admin-settings.php :240
do_action( 'woomex_admin_settings_save_{current_tab}' )
woomex_admin_settings_saved
Action Hook: This hook fires when a settings page was saved
Quelle 1: class-woomex-admin-settings.php :252
do_action( 'woomex_admin_settings_saved' )
woomex_admin_settings_get_option
Filter Hook: This filter filters the current setting value (option)
Quelle 1: class-woomex-admin-settings.php :294
apply_filters( 'woomex_admin_settings_get_option', mixed $setting_value, int|string $setting_id )
Parameter
- $setting_value
- (mixed) The setting value (or default)
- $setting_id
- (int|string) The setting ID
woomex_admin_settings_field_{setting_type}
Action Hook: This hook fires when the settings type don't fits
Quelle 1: class-woomex-admin-settings.php :470
do_action( 'woomex_admin_settings_field_{setting_type}', array $setting )
Parameter
- $setting
- (array) Includes setting parameters
woomex_admin_settings_sanitize_option
Filter Hook: This filter filters the sanitized settings option
Quelle 1: class-woomex-admin-settings.php :549
apply_filters( 'woomex_admin_settings_sanitize_option', mixed|null $value, mixed $option, array|mixed|null|string $raw_value )
Parameter
- $value
- (mixed|null) The value
- $option
- (mixed) The option
- $raw_value
- (array|mixed|null|string) The raw value
woomex_admin_settings_sanitize_option_{option_name}
Filter Hook: Sanitize the value of an option by option name
Quelle 1: class-woomex-admin-settings.php :561
apply_filters( 'woomex_admin_settings_sanitize_option_{option_name}', mixed|null $value, mixed $option, array|mixed|null|string $raw_value )
Parameter
- $value
- (mixed|null) The value
- $option
- (mixed) The option
- $raw_value
- (array|mixed|null|string) The raw value
woomex_admin_settings_save_fields
Action Hook: This hook fires when settings fields getting saved
Quelle 1: class-woomex-admin-settings.php :593
do_action( 'woomex_admin_settings_save_fields', array $update_options )
Parameter
- $update_options
- (array) Includes all options to update
woomex_admin_settings_update_option
Filter Hook: This filter filters the settings update option
Quelle 1: class-woomex-admin-settings.php :606
apply_filters( 'woomex_admin_settings_update_option', mixed|null $setting_value, int|string $setting_id )
Parameter
- $setting_value
- (mixed|null) The setting value
- $setting_id
- (int|string) The setting ID
woomex_admin_settings_saved_fields
Action Hook: This hook fires when settings fields are saved
Quelle 1: class-woomex-admin-settings.php :619
do_action( 'woomex_admin_settings_saved_fields', array $update_options )
Parameter
- $update_options
- (array) Includes all options to update
woomex_admin_settings_{id}
Action Hook: This hook fires when a setting gets outputted
Quelle 1: class-woomex-admin-settings.php :649
do_action( 'woomex_admin_settings_{id}' )
woomex_admin_settings_{id}_end
Action Hook: This hook fires when a section end gets outputted
Quelle 1: class-woomex-admin-settings.php :666
do_action( 'woomex_admin_settings_{id}_end' )
woomex_admin_settings_{id}_after
Action Hook: This hook fires after a section was outputted
Quelle 1: class-woomex-admin-settings.php :678
do_action( 'woomex_admin_settings_{id}_after' )
woomex_admin_{page}_tabs_array
Filter Hook: This filter filters the admin page tabs array
Quelle 1: class-woomex-admin-page-actions.php :50
apply_filters( 'woomex_admin_{page}_tabs_array', array $page_tabs_array )
Parameter
- $page_tabs_array
- (array) Includes the page tabs array
woomex_admin_before_page_action_{page}
Action Hook: This hook fires before an admin page action
Quelle 1: class-woomex-admin-page-actions.php :58
do_action( 'woomex_admin_before_page_action_{page}' )
woomex_admin_page_action_{page}
Action Hook: This hook fires the admin page action
Quelle 1: class-woomex-admin-page-actions.php :71
do_action( 'woomex_admin_page_action_{page}' )
woomex_admin_after_page_action_{page}
Action Hook: This hook fires after an admin page action
Quelle 1: class-woomex-admin-page-actions.php :79
do_action( 'woomex_admin_after_page_action_{page}' )
woomex_admin_page_actions_is_woomex_page
Filter Hook: This filter filters if its a plugin page or not
Quelle 1: class-woomex-admin-page-actions.php :107
apply_filters( 'woomex_admin_page_actions_is_woomex_page', bool $is_woomex_page )
Parameter
- $is_woomex_page
- (bool) If its a plugin page or not
woomex_enable_setup_wizard
Filter Hook: This filter filters if the setup wizard should be enabled or not
Quelle 1: class-woomex-admin-setup-wizard.php :88
apply_filters( 'woomex_enable_setup_wizard', bool $enabled )
Parameter
- $enabled
- (bool) If setup wizard enabled or not
woomex_admin_setup_wizard_get_current_step_key
Filter Hook: This filter filters the current setup wizard step key
Quelle 1: class-woomex-admin-setup-wizard.php :206
apply_filters( 'woomex_admin_setup_wizard_get_current_step_key', string $current_step_key )
Parameter
- $current_step_key
- (string) The current step key
woomex_admin_setup_wizard_get_current_step_index
Filter Hook: This filter filters the current setup wizard step index
Quelle 1: class-woomex-admin-setup-wizard.php :225
apply_filters( 'woomex_admin_setup_wizard_get_current_step_index', int $current_step_index )
Parameter
- $current_step_index
- (int) The current step index
woomex_admin_setup_wizard_get_step_index
Filter Hook: This filter filters the setup wizard step index
Quelle 1: class-woomex-admin-setup-wizard.php :246
apply_filters( 'woomex_admin_setup_wizard_get_step_index', int $step_index )
Parameter
- $step_index
- (int) The step index
woomex_admin_setup_wizard_get_steps
Filter Hook: This filter filters the setup wizard get steps
Quelle 1: class-woomex-admin-setup-wizard.php :263
apply_filters( 'woomex_admin_setup_wizard_get_steps', array $steps )
Parameter
- $steps
- (array) Includes the steps
woomex_admin_setup_wizard_get_step_url
Filter Hook: This filter filters the setup wizard step URL
Quelle 1: class-woomex-admin-setup-wizard.php :295
apply_filters( 'woomex_admin_setup_wizard_get_step_url', string $step_url )
Parameter
- $step_url
- (string) The step URL
woomex_admin_setup_wizard_get_step
Filter Hook: This filter filters a setup wizard step given by step key
Quelle 1: class-woomex-admin-setup-wizard.php :319
apply_filters( 'woomex_admin_setup_wizard_get_step', array|false $step )
Parameter
- $step
- (array|false) The requested step
woomex_admin_setup_wizard_get_next_step
Filter Hook: This filter filters the next step key
Quelle 1: class-woomex-admin-setup-wizard.php :354
apply_filters( 'woomex_admin_setup_wizard_get_next_step', int|string $next_step_key )
Parameter
- $next_step_key
- (int|string) The next step key
woomex_admin_setup_wizard_get_error_message
Filter Hook: This filter filters the setup wizard error message
Quelle 1: class-woomex-admin-setup-wizard.php :378
apply_filters( 'woomex_admin_setup_wizard_get_error_message', false|mixed $error_message )
Parameter
- $error_message
- (false|mixed) The error message
woomex_admin_setup_wizard_get_first_steps_list
Filter Hook: This filter filters the setup wizard first steps list
Quelle 1: class-woomex-admin-setup-wizard.php :646
apply_filters( 'woomex_admin_setup_wizard_get_first_steps_list', array $first_steps_list )
Parameter
- $first_steps_list
- (array) Includes all first steps
woomex_admin_setup_wizard_get_setup_wizard_steps
Filter Hook: This filter filters the setup wizard steps
Quelle 1: class-woomex-admin-setup-wizard.php :726
apply_filters( 'woomex_admin_setup_wizard_get_setup_wizard_steps', array $steps )
Parameter
- $steps
- (array) Includes the steps
woomex_admin_assets_get_order_exports_stats_data
Filter Hook: This filter filters all order export stats data
Quelle 1: class-woomex-admin-assets.php :531
apply_filters( 'woomex_admin_assets_get_order_exports_stats_data', array $order_exports_stats_data )
Parameter
- $order_exports_stats_data
- (array) Includes all order exports stats data
woomex_admin_assets_get_automatic_product_imports_stats_data
Filter Hook: This filter filters all automatic product imports stats data
Quelle 1: class-woomex-admin-assets.php :615
apply_filters( 'woomex_admin_assets_get_automatic_product_imports_stats_data', array $automatic_product_imports_stats_data )
Parameter
- $automatic_product_imports_stats_data
- (array) Includes all automatic product imports stats data
woomex_admin_assets_get_formatted_order_exports_stats_tooltip_footer_data
Filter Hook: This filter filters all formatted order exports stats tooltip footer data
Quelle 1: class-woomex-admin-assets.php :649
apply_filters( 'woomex_admin_assets_get_formatted_order_exports_stats_tooltip_footer_data', array $tooltip_footer_data )
Parameter
- $tooltip_footer_data
- (array) Includes all tooltip footer data
woomex_admin_assets_get_formatted_automatic_product_importer_stats_tooltip_footer_data
Filter Hook: This filter filters all formatted automatic product importer stats tooltip footer data
Quelle 1: class-woomex-admin-assets.php :704
apply_filters( 'woomex_admin_assets_get_formatted_automatic_product_importer_stats_tooltip_footer_data', array $tooltip_footer_data )
Parameter
- $tooltip_footer_data
- (array) Includes all tooltip footer data
woomex_admin_assets_get_tooltip_footer_formatted_text
Filter Hook: This filter filters the tooltip footer formatted text
Quelle 1: class-woomex-admin-assets.php :740
apply_filters( 'woomex_admin_assets_get_tooltip_footer_formatted_text', string $footer_formatted_text )
Parameter
- $footer_formatted_text
- (string) The footer formatted text
woomex_admin_ajax_get_existing_collmex_product_ids
Filter Hook: This filter filters all admin AJAX existing Collmex product IDs
Quelle 1: class-woomex-admin-ajax.php :488
apply_filters( 'woomex_admin_ajax_get_existing_collmex_product_ids', array $existing_collmex_product_ids )
Parameter
- $existing_collmex_product_ids
- (array) Includes all existing Collmex product IDs
woomex_admin_ajax_get_existing_variable_collmex_products_variation_ids
Filter Hook: This filter filters all admin AJAX existing variable Collmex products variation IDs
Quelle 1: class-woomex-admin-ajax.php :535
apply_filters( 'woomex_admin_ajax_get_existing_variable_collmex_products_variation_ids', array $existing_variable_collmex_products_variations )
Parameter
- $existing_variable_collmex_products_variations
- (array) Includes all existing variable Collmex products variations (IDs)
woomex_admin_ajax_get_existing_variable_collmex_products_attributes
Filter Hook: This filter filters all admin AJAX existing variable Collmex products attributes
Quelle 1: class-woomex-admin-ajax.php :593
apply_filters( 'woomex_admin_ajax_get_existing_variable_collmex_products_attributes', array $existing_variable_collmex_products_attributes )
Parameter
- $existing_variable_collmex_products_attributes
- (array) Includes existing variable Collmex products attributes
woomex_admin_wc_orders_get_order_export_status
Filter Hook: This filter filters the admin orders order export status
Quelle 1: class-woomex-admin-wc-orders.php :349
apply_filters( 'woomex_admin_wc_orders_get_order_export_status', object $current_order_export_status, WC_Order $order )
Parameter
- $current_order_export_status
- (object) Includes the current order export status
- $order
- (WC_Order) The order object
woomex_admin_wc_orders_get_order_payment_status
Filter Hook: This filter filters the admin orders order payment status
Quelle 1: class-woomex-admin-wc-orders.php :394
apply_filters( 'woomex_admin_wc_orders_get_order_payment_status', object $current_order_payment_status, WC_Order $order )
Parameter
- $current_order_payment_status
- (object) Includes the current order payment status
- $order
- (WC_Order) The order object
woomex_admin_wc_orders_get_order_invoice_status
Filter Hook: This filter filters the admin orders order invoice status
Quelle 1: class-woomex-admin-wc-orders.php :440
apply_filters( 'woomex_admin_wc_orders_get_order_invoice_status', object $current_order_invoice_status, WC_Order $order )
Parameter
- $current_order_invoice_status
- (object) Includes the current order invoice status
- $order
- (WC_Order) The order object
woomex_admin_wc_orders_get_order_cancellation_invoice_status
Filter Hook: This filter filters the admin orders order cancellation invoice status
Quelle 1: class-woomex-admin-wc-orders.php :486
apply_filters( 'woomex_admin_wc_orders_get_order_cancellation_invoice_status', object $current_order_cancellation_invoice_status, WC_Order $order )
Parameter
- $current_order_cancellation_invoice_status
- (object) Includes the current order cancellation invoice status
- $order
- (WC_Order) The order object
woomex_admin_wc_orders_get_order_delivery_status
Filter Hook: This filter filters the admin orders order delivery status
Quelle 1: class-woomex-admin-wc-orders.php :532
apply_filters( 'woomex_admin_wc_orders_get_order_delivery_status', object $current_order_delivery_status, WC_Order $order )
Parameter
- $current_order_delivery_status
- (object) Includes the current order delivery status
- $order
- (WC_Order) The order object
woomex_wc_post_columns_is_orders_table_collmex_column_visible
Filter Hook: This filter filters if the Collmex column should be visible inside the orders table
Quelle 1: class-woomex-admin-wc-post-columns.php :140
apply_filters( 'woomex_wc_post_columns_is_orders_table_collmex_column_visible', bool $column_visible )
Parameter
- $column_visible
- (bool) If column is visible or not
woomex_wc_post_columns_get_order_export_status_tip
Filter Hook: This filter filter the order export status tip
Quelle 1: class-woomex-admin-wc-post-columns.php :170
apply_filters( 'woomex_wc_post_columns_get_order_export_status_tip', string $order_export_status_tip )
Parameter
- $order_export_status_tip
- (string) The order status tip
woomex_wc_post_columns_get_order_invoice_status_tip
Filter Hook: This filter filter the order invoice export status tip
Quelle 1: class-woomex-admin-wc-post-columns.php :200
apply_filters( 'woomex_wc_post_columns_get_order_invoice_status_tip', string $order_invoice_status_tip )
Parameter
- $order_invoice_status_tip
- (string) The order invoice status tip
woomex_wc_post_columns_get_order_payment_status_tip
Filter Hook: This filter filter the order payment export status tip
Quelle 1: class-woomex-admin-wc-post-columns.php :237
apply_filters( 'woomex_wc_post_columns_get_order_payment_status_tip', string $order_payment_status_tip )
Parameter
- $order_payment_status_tip
- (string) The order payment status tip
woomex_wc_post_columns_get_order_cancellation_invoice_status_tip
Filter Hook: This filter filter the order cancellation invoice export status tip
Quelle 1: class-woomex-admin-wc-post-columns.php :267
apply_filters( 'woomex_wc_post_columns_get_order_cancellation_invoice_status_tip', string $order_cancellation_invoice_status_tip )
Parameter
- $order_cancellation_invoice_status_tip
- (string) The order cancellation invoice status tip
woomex_wc_post_columns_get_order_delivery_status_tip
Filter Hook: This filter filter the order delivery export status tip
Quelle 1: class-woomex-admin-wc-post-columns.php :297
apply_filters( 'woomex_wc_post_columns_get_order_delivery_status_tip', string $order_delivery_status_tip )
Parameter
- $order_delivery_status_tip
- (string) The order delivery status tip
woomex_admin_wc_products_get_import_export_columns
Filter Hook: This filter filters the custom product importer exporter columns
Quelle 1: class-woomex-admin-wc-products.php :228
apply_filters( 'woomex_admin_wc_products_get_import_export_columns', array $import_export_columns )
Parameter
- $import_export_columns
- (array) Includes the import export columns
woomex_admin_get_settings_{id}
Filter Hook: This filter filters the settings for a setting page
Quelle 1: class-woomex-admin-settings-page.php :109
Quelle 2: class-woomex-admin-settings-general.php :161
Quelle 3: class-woomex-admin-settings-orders.php :118
Quelle 4: class-woomex-admin-settings-products.php :122
Quelle 5: class-woomex-admin-settings-collmex.php :107
Quelle 6: class-woomex-admin-settings-customers.php :100
apply_filters( 'woomex_admin_get_settings_{id}', array $settings, string $current_section )
Parameter
- $settings
- (array) Includes all settings
- $current_section
- (string) The current settings section
woomex_admin_get_settings_sections_{id}
Filter Hook: This filter filters the settings sections for a settings page
Quelle 1: class-woomex-admin-settings-page.php :126
Quelle 2: class-woomex-admin-settings-orders.php :81
Quelle 3: class-woomex-admin-settings-products.php :88
Quelle 4: class-woomex-admin-settings-collmex.php :79
Quelle 5: class-woomex-admin-settings-customers.php :74
apply_filters( 'woomex_admin_get_settings_sections_{id}', array $sections )
Parameter
- $sections
- (array) Includes all sections
woomex_admin_settings_before_output_action_{id}
Action Hook: This hook fires before the settings output action
Quelle 1: class-woomex-admin-settings-page.php :167
Quelle 2: class-woomex-admin-settings-products.php :167
do_action( 'woomex_admin_settings_before_output_action_{id}', array $settings, string $current_section )
Parameter
- $settings
- (array) Includes all settings
- $current_section
- (string) The current settings section
woomex_admin_settings_output_action_{id}_output_settings_fields
Filter Hook: This filter filters if the settings fields should be outputted
Quelle 1: class-woomex-admin-settings-page.php :178
Quelle 2: class-woomex-admin-settings-products.php :178
apply_filters( 'woomex_admin_settings_output_action_{id}_output_settings_fields', bool $output_settings_fields, string $current_section )
Parameter
- $output_settings_fields
- (bool) If settings fields should be outputted
- $current_section
- (string) The current settings section
woomex_admin_settings_after_output_action_{id}
Action Hook: This hook fires after the settings output action
Quelle 1: class-woomex-admin-settings-page.php :193
Quelle 2: class-woomex-admin-settings-products.php :193
do_action( 'woomex_admin_settings_after_output_action_{id}', array $settings, string $current_section )
Parameter
- $settings
- (array) Includes all settings
- $current_section
- (string) The current settings section
woomex_admin_settings_save_{id}
Action Hook: This hook fires during the saving of settings
Quelle 1: class-woomex-admin-settings-page.php :214
do_action( 'woomex_admin_settings_save_{id}', string $current_section )
Parameter
- $current_section
- (string) The current settings section
woomex_admin_general_settings
Filter Hook: This filter filters the general settings
Quelle 1: class-woomex-admin-settings-general.php :67
apply_filters( 'woomex_admin_general_settings', array $general_settings )
Parameter
- $general_settings
- (array) Includes the general settings
woomex_admin_settings_orders_terms_of_payment
Filter Hook: This filter filters the orders terms of payment
Quelle 1: class-woomex-admin-settings-orders.php :174
apply_filters( 'woomex_admin_settings_orders_terms_of_payment', array $terms_of_payment )
Parameter
- $terms_of_payment
- (array) Includes the terms of payment
woomex_admin_order_export_import_settings
Filter Hook: This filter filters the order export import settings
Quelle 1: class-woomex-admin-settings-orders.php :195
apply_filters( 'woomex_admin_order_export_import_settings', array $export_import_settings )
Parameter
- $export_import_settings
- (array) Includes the export import settings
woomex_admin_order_invoice_creation_settings
Filter Hook: This filter filters the invoice creation settings
Quelle 1: class-woomex-admin-settings-orders.php :393
apply_filters( 'woomex_admin_order_invoice_creation_settings', array $invoice_creation_settings )
Parameter
- $invoice_creation_settings
- (array) Includes the invoice creation settings
woomex_admin_order_payment_confirmation_settings
Filter Hook: This filter filters the order payment confirmation settings
Quelle 1: class-woomex-admin-settings-orders.php :487
apply_filters( 'woomex_admin_order_payment_confirmation_settings', array $payment_confirmation_settings )
Parameter
- $payment_confirmation_settings
- (array) Includes the payment confirmation settings
woomex_admin_order_delivery_settings
Filter Hook: This filter filters the delivery settings
Quelle 1: class-woomex-admin-settings-orders.php :504
apply_filters( 'woomex_admin_order_delivery_settings', array $delivery_settings )
Parameter
- $delivery_settings
- (array) Includes the delivery settings
woomex_admin_order_payment_method_mapping_settings
Filter Hook: This filter filters the order payment method mapping settings
Quelle 1: class-woomex-admin-settings-orders.php :630
apply_filters( 'woomex_admin_order_payment_method_mapping_settings', array $payment_method_mapping_settings )
Parameter
- $payment_method_mapping_settings
- (array) Includes the payment method mapping settings
woomex_admin_product_export_import_settings
Filter Hook: This filter filters the product export import settings
Quelle 1: class-woomex-admin-settings-products.php :213
apply_filters( 'woomex_admin_product_export_import_settings', array $export_import_settings )
Parameter
- $export_import_settings
- (array) Includes the export import settings
woomex_admin_product_inventory_management_settings
Filter Hook: This filter filters the inventory management settings
Quelle 1: class-woomex-admin-settings-products.php :359
apply_filters( 'woomex_admin_product_inventory_management_settings', array $inventory_management_settings )
Parameter
- $inventory_management_settings
- (array) Includes the inventory management settings
woomex_admin_product_automatic_import_settings
Filter Hook: This filter filters the automatic product import settings
Quelle 1: class-woomex-admin-settings-products.php :509
apply_filters( 'woomex_admin_product_automatic_import_settings', array $automatic_import_settings )
Parameter
- $automatic_import_settings
- (array) Includes the automatic import settings
woomex_admin_product_automatic_export_settings
Filter Hook: This filter filters the automatic product export settings
Quelle 1: class-woomex-admin-settings-products.php :577
apply_filters( 'woomex_admin_product_automatic_export_settings', array $automatic_export_settings )
Parameter
- $automatic_export_settings
- (array) Includes the automatic export settings
woomex_admin_product_settings_import_columns
Filter Hook: This filter filters the admin product setting import columns
Quelle 1: class-woomex-admin-settings-products.php :627
apply_filters( 'woomex_admin_product_settings_import_columns', array $used_column_ids )
Parameter
- $used_column_ids
- (array) Includes all import column IDs
woomex_admin_product_settings_export_columns
Filter Hook: This filter filters the admin product setting export columns
Quelle 1: class-woomex-admin-settings-products.php :660
apply_filters( 'woomex_admin_product_settings_export_columns', array $used_column_ids )
Parameter
- $used_column_ids
- (array) Includes all export column IDs
woomex_admin_collmex_account_settings
Filter Hook: This filter filters the Collmex account settings
Quelle 1: class-woomex-admin-settings-collmex.php :124
apply_filters( 'woomex_admin_collmex_account_settings', array $account_settings )
Parameter
- $account_settings
- (array) Includes the account settings
woomex_admin_collmex_general_settings
Filter Hook: This filter filters the Collmex general settings
Quelle 1: class-woomex-admin-settings-collmex.php :197
apply_filters( 'woomex_admin_collmex_general_settings', array $general_settings )
Parameter
- $general_settings
- (array) Includes the general settings
woomex_admin_customer_export_import_settings
Filter Hook: This filter filters the customer export import settings
Quelle 1: class-woomex-admin-settings-customers.php :119
apply_filters( 'woomex_admin_customer_export_import_settings', array $export_import_settings )
Parameter
- $export_import_settings
- (array) Includes the export import settings
woomex_admin_customer_management_settings
Filter Hook: This filter filters the customer management settings
Quelle 1: class-woomex-admin-settings-customers.php :212
apply_filters( 'woomex_admin_customer_management_settings', array $management_settings )
Parameter
- $management_settings
- (array) Includes the management settings
woomex_admin_get_status_page_{id}
Filter Hook: This filter filters the current admin status page ID
Quelle 1: class-woomex-admin-status-page.php :94
apply_filters( 'woomex_admin_get_status_page_{id}', string $id )
Parameter
- $id
- (string) The page ID
woomex_admin_status_generate_system_report
Filter Hook: This filter filters the admin status system report
Quelle 1: class-woomex-admin-status-system.php :71
apply_filters( 'woomex_admin_status_generate_system_report', array $system_report )
Parameter
- $system_report
- (array) Includes the whole system report
woomex_admin_status_get_wp_environment_details
Filter Hook: This filter filters the admin status WordPress environment details
Quelle 1: class-woomex-admin-status-system.php :163
apply_filters( 'woomex_admin_status_get_wp_environment_details', array $wp_environment_details )
Parameter
- $wp_environment_details
- (array) Includes the WordPress environment details
woomex_admin_status_get_server_environment_details
Filter Hook: This filter filters the admin status server environment details
Quelle 1: class-woomex-admin-status-system.php :206
apply_filters( 'woomex_admin_status_get_server_environment_details', array $server_environment_details )
Parameter
- $server_environment_details
- (array) Includes the server environment details
woomex_admin_status_get_database_details
Filter Hook: This filter filters the admin status database details
Quelle 1: class-woomex-admin-status-system.php :279
apply_filters( 'woomex_admin_status_get_database_details', array $database_details )
Parameter
- $database_details
- (array) Includes the database details
woomex_admin_status_get_security_details
Filter Hook: This filter filters the admin status security details
Quelle 1: class-woomex-admin-status-system.php :305
apply_filters( 'woomex_admin_status_get_security_details', array $security_details )
Parameter
- $security_details
- (array) Includes the security details
woomex_admin_status_get_active_plugin_details
Filter Hook: This filter filters the admin status active plugins details
Quelle 1: class-woomex-admin-status-system.php :341
apply_filters( 'woomex_admin_status_get_active_plugin_details', array $active_plugins_data )
Parameter
- $active_plugins_data
- (array) Includes the active plugins
woomex_admin_status_get_inactive_plugin_details
Filter Hook: This filter filters the admin status inactive plugins details
Quelle 1: class-woomex-admin-status-system.php :375
apply_filters( 'woomex_admin_status_get_inactive_plugin_details', array $inactive_plugins_data )
Parameter
- $inactive_plugins_data
- (array) Includes the inactive plugins
woomex_admin_status_format_plugin_data
Filter Hook: This filter filters the admin status formatted plugin data
Quelle 1: class-woomex-admin-status-system.php :398
apply_filters( 'woomex_admin_status_format_plugin_data', array $plugin_data )
Parameter
- $plugin_data
- (array) Includes all formatted plugin data
woomex_admin_status_get_settings_details
Filter Hook: This filter filters the admin status settings details
Quelle 1: class-woomex-admin-status-system.php :431
apply_filters( 'woomex_admin_status_get_settings_details', array $settings_details )
Parameter
- $settings_details
- (array) Includes all settings details
woomex_admin_status_get_theme_details
Filter Hook: This filter filters the admin status active theme details
Quelle 1: class-woomex-admin-status-system.php :547
apply_filters( 'woomex_admin_status_get_theme_details', array $active_theme_info )
Parameter
- $active_theme_info
- (array) Includes all active theme details
woomex_admin_status_get_timezone_name
Filter Hook: This filter filters the admin status timezone name
Quelle 1: class-woomex-admin-status-scheduled-actions.php :114
apply_filters( 'woomex_admin_status_get_timezone_name', string $timezone_name )
Parameter
- $timezone_name
- (string) The timezone name
woomex_admin_status_get_utc_offset
Filter Hook: This filter filters the admin status UTC offset
Quelle 1: class-woomex-admin-status-scheduled-actions.php :150
apply_filters( 'woomex_admin_status_get_utc_offset', string $utc_offset, string $formatted_offset )
Parameter
- $utc_offset
- (string) The UTC offset
- $formatted_offset
- (string) The formatted offset
woomex_admin_status_scheduled_actions_list_table_get_table_classes
Filter Hook: This filter filters the admin status scheduled actions table classes
Quelle 1: class-woomex-admin-status-scheduled-actions-list-table.php :175
apply_filters( 'woomex_admin_status_scheduled_actions_list_table_get_table_classes', array $table_classes )
Parameter
- $table_classes
- (array) Includes all table classes
woomex_admin_status_scheduled_actions_list_table_row_actions
Action Hook: This hook fires when a custom link gets added to the row actions
Quelle 1: class-woomex-admin-status-scheduled-actions-list-table.php :334
do_action( 'woomex_admin_status_scheduled_actions_list_table_row_actions', array $links )
Parameter
- $links
- (array) Includes the schedules actions table row links
woomex_admin_status_scheduled_actions_list_table_no_items
Filter Hook: This filter filters the admin status scheduled actions list table no items message
Quelle 1: class-woomex-admin-status-scheduled-actions-list-table.php :351
apply_filters( 'woomex_admin_status_scheduled_actions_list_table_no_items', string $message )
Parameter
- $message
- (string) The no items message
woomex_admin_status_scheduled_actions_list_table_get_hook_callbacks
Filter Hook: This filter filters the admin status scheduled actions table hook callbacks
Quelle 1: class-woomex-admin-status-scheduled-actions-list-table.php :388
apply_filters( 'woomex_admin_status_scheduled_actions_list_table_get_hook_callbacks', array $hook_callbacks )
Parameter
- $hook_callbacks
- (array) Includes all hook callbacks
woomex_admin_status_scheduled_actions_list_table_populate_callback
Filter Hook: This filter filters the admin status scheduled actions populate callback
Quelle 1: class-woomex-admin-status-scheduled-actions-list-table.php :432
apply_filters( 'woomex_admin_status_scheduled_actions_list_table_populate_callback', array $callback )
Parameter
- $callback
- (array) Includes the populate callback
woomex_admin_status_scheduled_actions_list_table_process_search
Filter Hook: This filter filters the admin status scheduled actions table process search
Quelle 1: class-woomex-admin-status-scheduled-actions-list-table.php :569
apply_filters( 'woomex_admin_status_scheduled_actions_list_table_process_search', array $cron_events )
Parameter
- $cron_events
- (array) Includes all cron events
woomex_admin_status_scheduled_actions_list_table_sortable_columns
Filter Hook: This filter filters the admin status scheduled actions table sortable columns
Quelle 1: class-woomex-admin-status-scheduled-actions-list-table.php :588
apply_filters( 'woomex_admin_status_scheduled_actions_list_table_sortable_columns', array $valid_sortable_columns )
Parameter
- $valid_sortable_columns
- (array) Includes all valid sortable columns
woomex_admin_status_scheduled_actions_list_table_process_sorting
Filter Hook: This filter filters the admin status scheduled actions table process sorting
Quelle 1: class-woomex-admin-status-scheduled-actions-list-table.php :620
apply_filters( 'woomex_admin_status_scheduled_actions_list_table_process_sorting', array $cron_events )
Parameter
- $cron_events
- (array) Includes all cron events
woomex_log_handler_file_log_size_limit
Filter Hook: This filter filters the log file size limit
Quelle 1: class-woomex-log-handler-file.php :60
apply_filters( 'woomex_log_handler_file_log_size_limit', int $log_size_limit )
Parameter
- $log_size_limit
- (int) The log file size limit
woomex_log_handler_file_add_message
Filter Hook: This filter filters the log file message
Quelle 1: class-woomex-log-handler-file.php :138
apply_filters( 'woomex_log_handler_file_add_message', string $message, string $log_file )
Parameter
- $message
- (string) Log message
- $log_file
- (string) Log file
woomex_log_delete
Action Hook: This hook fires after a log file was deleted
Quelle 1: class-woomex-log-handler-file.php :197
do_action( 'woomex_log_delete', string $log_file, bool $deleted )
Parameter
- $log_file
- (string) The log file name
- $deleted
- (bool) If the log was was deleted or not
woomex_log_download
Action Hook: This hook fires after a log file download was triggered
Quelle 1: class-woomex-log-handler-file.php :228
do_action( 'woomex_log_download', string $log_file )
Parameter
- $log_file
- (string) The log file name
woomex_log_handler_file_get_log_files
Filter Hook: This filter filters the log files
Quelle 1: class-woomex-log-handler-file.php :298
apply_filters( 'woomex_log_handler_file_get_log_files', array $result )
Parameter
- $result
- (array) Log files
woomex_log_handler_file_get_log_file_entry_timestamp
Filter Hook: This filter filters the log file entry timestamp
Quelle 1: class-woomex-log-handler-file.php :319
apply_filters( 'woomex_log_handler_file_get_log_file_entry_timestamp', string $timestamp )
Parameter
- $timestamp
- (string) Log entry timestamp
woomex_log_handler_file_get_log_file_entry_level
Filter Hook: This filter filters the log file entry level
Quelle 1: class-woomex-log-handler-file.php :341
apply_filters( 'woomex_log_handler_file_get_log_file_entry_level', string $level )
Parameter
- $level
- (string) Log entry level
woomex_log_handler_file_get_log_file_entry_message
Filter Hook: This filter filters the log file entry message
Quelle 1: class-woomex-log-handler-file.php :362
apply_filters( 'woomex_log_handler_file_get_log_file_entry_message', string $message )
Parameter
- $message
- (string) Log message
woomex_format_log_entry
Filter Hook: This filter filters the formatted log entry
Quelle 1: abstract-class-woomex-log-handler.php :45
apply_filters( 'woomex_format_log_entry', array $log_entry )
Parameter
- $log_entry
- (array) The log entry
woomex_setting_exporter_export_data
Filter Hook: This filter filters the setting exporter export data
Quelle 1: class-woomex-setting-exporter.php :110
apply_filters( 'woomex_setting_exporter_export_data', array $export_data )
Parameter
- $export_data
- (array) The export data
woomex_setting_exporter_export_csv
Action Hook: This hook fires after the setting exporter exported a CSV and downloaded it
Quelle 1: class-woomex-setting-exporter.php :134
do_action( 'woomex_setting_exporter_export_csv', resource|false $export_buffer )
Parameter
- $export_buffer
- (resource|false) The export buffer for the export
woomex_order_exporter_additional_customer_data
Filter Hook: This filter filters the order exporter additional customer data
Quelle 1: class-woomex-order-exporter.php :98
apply_filters( 'woomex_order_exporter_additional_customer_data', array $additional_customer_data, int $customer_id, WC_Order $order )
Parameter
- $additional_customer_data
- (array) The additional customer data
- $customer_id
- (int) The customer ID
- $order
- (WC_Order) The order object
woomex_order_exporter_before_export_customer
Action Hook: This hook fires before the order exporter exports a customer
Quelle 1: class-woomex-order-exporter.php :139
do_action( 'woomex_order_exporter_before_export_customer', WC_Order $order, int $customer_id, array $additional_customer_data )
Parameter
- $order
- (WC_Order) The order object
- $customer_id
- (int) The id of the customer
- $additional_customer_data
- (array) Includes additional customer data for export
woomex_order_exporter_after_export_customer
Action Hook: This hook fires after the order exporter exported a customer
Quelle 1: class-woomex-order-exporter.php :154
do_action( 'woomex_order_exporter_after_export_customer', WC_Order $order, int $customer_id, array $additional_customer_data, array $customer_exported )
Parameter
- $order
- (WC_Order) The order object
- $customer_id
- (int) The id of the customer
- $additional_customer_data
- (array) Includes additional customer data for export
- $customer_exported
- (array) If the customer export was successful or not
woomex_order_exporter_export_data
Filter Hook: This filter filters the order exporter order data
Quelle 1: class-woomex-order-exporter.php :228
apply_filters( 'woomex_order_exporter_export_data', array $order_data, WC_Order $order, bool $delete )
Parameter
- $order_data
- (array) The order data
- $order
- (WC_Order) The order object
- $delete
- (bool) If the order should be deleted or not
woomex_order_exporter_before_export_order
Action Hook: This hook fires before the order exporter exports an order
Quelle 1: class-woomex-order-exporter.php :240
do_action( 'woomex_order_exporter_before_export_order', WC_Order $order, array $order_data, array $order_items )
Parameter
- $order
- (WC_Order) The order object
- $order_data
- (array) Includes the order data for export
- $order_items
- (array) Includes the order items for export
woomex_order_exporter_after_export_order
Action Hook: This hook fires after the order exporter exported an order
Quelle 1: class-woomex-order-exporter.php :255
do_action( 'woomex_order_exporter_after_export_order', WC_Order $order, array $order_data, array $order_items, string|bool $export_result )
Parameter
- $order
- (WC_Order) The order object
- $order_data
- (array) Includes the data for the order export
- $order_items
- (array) Includes the order items for export
- $export_result
- (string|bool) If the order export was successful or not
woomex_order_exporter_payment_data
Filter Hook: This filter filters the order exporter payment data
Quelle 1: class-woomex-order-exporter.php :339
apply_filters( 'woomex_order_exporter_payment_data', array $payment_data, WC_Order $order )
Parameter
- $payment_data
- (array) The payment data
- $order
- (WC_Order) The order object
woomex_order_exporter_before_export_order_payment
Action Hook: This hook fires before the order exporter exports an order payment
Quelle 1: class-woomex-order-exporter.php :350
do_action( 'woomex_order_exporter_before_export_order_payment', WC_Order $order, array $payment_data )
Parameter
- $order
- (WC_Order) The order object
- $payment_data
- (array) Includes the data for the payment export
woomex_order_exporter_after_export_order_payment
Action Hook: This hook fires after the order exporter exported an order payment
Quelle 1: class-woomex-order-exporter.php :364
do_action( 'woomex_order_exporter_after_export_order_payment', WC_Order $order, array $payment_data, array $payment_exported )
Parameter
- $order
- (WC_Order) The order object
- $payment_data
- (array) Includes the data for the payment export
- $payment_exported
- (array) If the payment export was successful or not
woomex_order_exporter_invoice_data
Filter Hook: This filter filters the order exporter invoice data
Quelle 1: class-woomex-order-exporter.php :467
apply_filters( 'woomex_order_exporter_invoice_data', array $invoice_data, WC_Order $order )
Parameter
- $invoice_data
- (array) The invoice data
- $order
- (WC_Order) The order object
woomex_order_exporter_before_export_order_invoice
Action Hook: This hook fires before the order exporter exports an order invoice
Quelle 1: class-woomex-order-exporter.php :479
do_action( 'woomex_order_exporter_before_export_order_invoice', WC_Order $order, array $invoice_data, array $order_items )
Parameter
- $order
- (WC_Order) The order object
- $invoice_data
- (array) Includes the data for the invoice export
- $order_items
- (array) Includes the order items for export
woomex_order_exporter_after_export_order_invoice
Action Hook: This hook fires after the order exporter exported an order invoice
Quelle 1: class-woomex-order-exporter.php :494
do_action( 'woomex_order_exporter_after_export_order_invoice', WC_Order $order, array $invoice_data, array $order_items, string|bool $export_result )
Parameter
- $order
- (WC_Order) The order object
- $invoice_data
- (array) Includes the data for the invoice export
- $order_items
- (array) Includes the order items for export
- $export_result
- (string|bool) If the invoice export was successful or not
woomex_order_exporter_invoice_output_data
Filter Hook: This filter filters the order exporter invoice output data
Quelle 1: class-woomex-order-exporter.php :594
apply_filters( 'woomex_order_exporter_invoice_output_data', array $invoice_output_data, WC_Order $order )
Parameter
- $invoice_output_data
- (array) The invoice output data
- $order
- (WC_Order) The order object
woomex_order_exporter_before_send_order_invoice
Action Hook: This hook fires before the order exporter sends an order invoice
Quelle 1: class-woomex-order-exporter.php :615
do_action( 'woomex_order_exporter_before_send_order_invoice', WC_Order $order, array $invoice_output_data )
Parameter
- $order
- (WC_Order) The order object
- $invoice_output_data
- (array) Includes the data for the invoice output
woomex_order_exporter_after_send_order_invoice
Action Hook: This hook fires after the order exporter sent an order invoice
Quelle 1: class-woomex-order-exporter.php :629
do_action( 'woomex_order_exporter_after_send_order_invoice', WC_Order $order, array $invoice_output_data, bool $invoice_sent )
Parameter
- $order
- (WC_Order) The order object
- $invoice_output_data
- (array) Includes the data for the invoice output
- $invoice_sent
- (bool) If the invoice was sent successful or not
woomex_order_exporter_delivery_data
Filter Hook: This filter filters the order exporter delivery data
Quelle 1: class-woomex-order-exporter.php :718
apply_filters( 'woomex_order_exporter_delivery_data', array $delivery_data, WC_Order $order )
Parameter
- $delivery_data
- (array) The delivery data
- $order
- (WC_Order) The order object
woomex_order_exporter_before_export_order_delivery
Action Hook: This hook fires before the order exporter exports an order delivery
Quelle 1: class-woomex-order-exporter.php :730
do_action( 'woomex_order_exporter_before_export_order_delivery', WC_Order $order, array $delivery_data, array $order_items )
Parameter
- $order
- (WC_Order) The order object
- $delivery_data
- (array) Includes the delivery data for export
- $order_items
- (array) Includes the order items for export
woomex_order_exporter_after_export_order_delivery
Action Hook: This hook fires after the order exporter exported an order delivery
Quelle 1: class-woomex-order-exporter.php :745
do_action( 'woomex_order_exporter_after_export_order_delivery', WC_Order $order, array $delivery_data, array $order_items, string|bool $export_result )
Parameter
- $order
- (WC_Order) The order object
- $delivery_data
- (array) Includes the delivery data for export
- $order_items
- (array) Includes the order items for export
- $export_result
- (string|bool) If the delivery export was successful or not
woomex_order_exporter_is_already_paid_invoice
Filter Hook: This filter filters the check inside the order exporter if its an already paid invoice
Quelle 1: class-woomex-order-exporter.php :839
apply_filters( 'woomex_order_exporter_is_already_paid_invoice', bool $is_already_paid_invoice, WC_Order $order )
Parameter
- $is_already_paid_invoice
- (bool) If its an already paid invoice or not
- $order
- (WC_Order) The order object
woomex_order_exporter_get_order_id
Filter Hook: This filter filters the used order ID during order exports to Collmex
Quelle 1: class-woomex-order-exporter.php :873
apply_filters( 'woomex_order_exporter_get_order_id', string|int $used_order_id, WC_Order $order )
Parameter
- $used_order_id
- (string|int) The used order ID
- $order
- (WC_Order) The order object
woomex_order_exporter_get_delivery_id
Filter Hook: This filter filters the used delivery ID during delivery exports to Collmex
Quelle 1: class-woomex-order-exporter.php :901
apply_filters( 'woomex_order_exporter_get_delivery_id', string|int $used_delivery_id, WC_Order $order )
Parameter
- $used_delivery_id
- (string|int) The used delivery ID
- $order
- (WC_Order) The order object
woomex_order_exporter_get_invoice_id
Filter Hook: This filter filters the used invoice ID during invoice exports to Collmex
Quelle 1: class-woomex-order-exporter.php :929
apply_filters( 'woomex_order_exporter_get_invoice_id', string|int $used_invoice_id, WC_Order $order )
Parameter
- $used_invoice_id
- (string|int) The used invoice ID
- $order
- (WC_Order) The order object
woomex_order_exporter_get_cancellation_invoice_id
Filter Hook: This filter filters the used cancellation invoice ID during cancellation invoice exports to Collmex
Quelle 1: class-woomex-order-exporter.php :957
apply_filters( 'woomex_order_exporter_get_cancellation_invoice_id', string|int $used_cancellation_invoice_id, WC_Order $order )
Parameter
- $used_cancellation_invoice_id
- (string|int) The used cancellation invoice ID
- $order
- (WC_Order) The order object
woomex_order_exporter_get_customer_iban
Filter Hook: This filter filters the customer IBAN for different exports to Collmex
Quelle 1: class-woomex-order-exporter.php :984
apply_filters( 'woomex_order_exporter_get_customer_iban', string $customer_iban, WC_Order $order )
Parameter
- $customer_iban
- (string) The customer IBAN
- $order
- (WC_Order) The order object
woomex_order_exporter_get_customer_bic
Filter Hook: This filter filters the customer BIC for different exports to Collmex
Quelle 1: class-woomex-order-exporter.php :1011
apply_filters( 'woomex_order_exporter_get_customer_bic', string $customer_bic, WC_Order $order )
Parameter
- $customer_bic
- (string) The customer BIC
- $order
- (WC_Order) The order object
woomex_order_exporter_get_customer_account_number
Filter Hook: This filter filters the customer account number for different exports to Collmex
Quelle 1: class-woomex-order-exporter.php :1036
apply_filters( 'woomex_order_exporter_get_customer_account_number', string $account_number )
Parameter
- $account_number
- (string) The customer account number
woomex_order_exporter_get_customer_bank_code
Filter Hook: This filter filters the customer bank code for different exports to Collmex
Quelle 1: class-woomex-order-exporter.php :1061
apply_filters( 'woomex_order_exporter_get_customer_bank_code', string $bank_code )
Parameter
- $bank_code
- (string) The customer bank code
woomex_order_exporter_get_order_price_date
Filter Hook: This filter filters the order price date used for order exports to Collmex
Quelle 1: class-woomex-order-exporter.php :1091
apply_filters( 'woomex_order_exporter_get_order_price_date', string $order_price_date, WC_Order $order )
Parameter
- $order_price_date
- (string) The order price date
- $order
- (WC_Order) The order object
woomex_order_exporter_get_calculated_fees_discounts
Filter Hook: This filter filters the calculated fees and discounts for different exports to Collmex
Quelle 1: class-woomex-order-exporter.php :1168
apply_filters( 'woomex_order_exporter_get_calculated_fees_discounts', string $calculated_fees_discounts )
Parameter
- $calculated_fees_discounts
- (string) The calculated fees and discounts
woomex_order_exporter_get_used_collmex_coupon
Filter Hook: This filter filters the used Collmex coupon for different exports to Collmex
Quelle 1: class-woomex-order-exporter.php :1198
apply_filters( 'woomex_order_exporter_get_used_collmex_coupon', string $collmex_coupon )
Parameter
- $collmex_coupon
- (string) The Collmex coupon
woomex_order_exporter_get_shipping_costs
Filter Hook: This filter filters the shipping costs for different exports to Collmex
Quelle 1: class-woomex-order-exporter.php :1224
apply_filters( 'woomex_order_exporter_get_shipping_costs', string $shipping_costs )
Parameter
- $shipping_costs
- (string) The shipping costs
woomex_order_exporter_get_order_items_tmp_prepared_order_item
Filter Hook: This filter filters the tmp prepared order item before it gets add to the prepared order items for order exports to Collmex
Quelle 1: class-woomex-order-exporter.php :1289
apply_filters( 'woomex_order_exporter_get_order_items_tmp_prepared_order_item', array $tmp_prepared_order_item, WC_Order_Item $order_item, WC_Order $order, WC_Product $product )
Parameter
- $tmp_prepared_order_item
- (array) Includes all order item data
- $order_item
- (WC_Order_Item) The order item object
- $order
- (WC_Order) The order object
- $product
- (WC_Product) The product object
woomex_order_exporter_get_order_items
Filter Hook: This filter filters the order items for order exports to Collmex
Quelle 1: class-woomex-order-exporter.php :1304
apply_filters( 'woomex_order_exporter_get_order_items', array $prepared_order_items, WC_Order $order )
Parameter
- $prepared_order_items
- (array) The prepared order items
- $order
- (WC_Order) The order object
woomex_order_exporter_get_terms_of_payment
Filter Hook: This filter filters the terms of payment for different exports to Collmex
Quelle 1: class-woomex-order-exporter.php :1327
apply_filters( 'woomex_order_exporter_get_terms_of_payment', string $mapped_payment_method, WC_Order $order )
Parameter
- $mapped_payment_method
- (string) The mapped payment method
- $order
- (WC_Order) The order object
woomex_order_exporter_get_amount_to_be_collected
Filter Hook: This filter filters the amount to be collected when the customers pays with COD (Cash on delivery) for order exports to Collmex
Quelle 1: class-woomex-order-exporter.php :1354
apply_filters( 'woomex_order_exporter_get_amount_to_be_collected', string $amount_to_be_collected, WC_Order $order )
Parameter
- $amount_to_be_collected
- (string) The amount to be collected
- $order
- (WC_Order) The order object
woomex_order_exporter_get_tracking_code
Filter Hook: This filter filters the tracking code for order exports to Collmex
Quelle 1: class-woomex-order-exporter.php :1396
apply_filters( 'woomex_order_exporter_get_tracking_code', string $tracking_code, WC_Order $order )
Parameter
- $tracking_code
- (string) The tracking code
- $order
- (WC_Order) The order object
woomex_order_exporter_format_salutation
Filter Hook: This filter filters the salutation (formatted) for order exports to Collmex
Quelle 1: class-woomex-order-exporter.php :1427
apply_filters( 'woomex_order_exporter_format_salutation', string $mapped_title )
Parameter
- $mapped_title
- (string) The mapped title (salutation)
woomex_order_exporter_format_customer_iban_bic
Filter Hook: This filter filters the decrypted and formatted customer IBAN or BIC for different exports to Collmex
Quelle 1: class-woomex-order-exporter.php :1455
apply_filters( 'woomex_order_exporter_format_customer_iban_bic', string $formatted_result )
Parameter
- $formatted_result
- (string) The formatted result (IBAN or BIC)
woomex_order_exporter_format_collmex_date
Filter Hook: This filter filters the formatted Collmex date for different exports to Collmex
Quelle 1: class-woomex-order-exporter.php :1494
apply_filters( 'woomex_order_exporter_format_collmex_date', string $collmex_date )
Parameter
- $collmex_date
- (string) The Collmex date
woomex_order_exporter_get_invoice_status
Filter Hook: This filter filters the invoice status during invoice exports to Collmex
Quelle 1: class-woomex-order-exporter.php :1517
apply_filters( 'woomex_order_exporter_get_invoice_status', string $invoice_status )
Parameter
- $invoice_status
- (string) The invoice status
woomex_order_exporter_get_delivery_completed
Filter Hook: This filter filters the delivery completed status during delivery exports to Collmex
Quelle 1: class-woomex-order-exporter.php :1540
apply_filters( 'woomex_order_exporter_get_delivery_completed', string $delivery_completed )
Parameter
- $delivery_completed
- (string) The delivery completed status
woomex_order_exporter_is_different_shipping_address
Filter Hook: This filter filters the different shipping address check
Quelle 1: class-woomex-order-exporter.php :1575
apply_filters( 'woomex_order_exporter_is_different_shipping_address', bool $is_different )
Parameter
- $is_different
- (bool) If the shipping address is different or not
woomex_product_exporter_export_data
Filter Hook: This filter filters the product exporter product data
Quelle 1: class-woomex-product-exporter.php :174
apply_filters( 'woomex_product_exporter_export_data', array $product_data, WC_Product $product, bool $delete )
Parameter
- $product_data
- (array) The product data
- $product
- (WC_Product) The product object
- $delete
- (bool) If the product should be deleted or not
woomex_product_exporter_before_export_product
Action Hook: This hook fires before the product exporter exports a product
Quelle 1: class-woomex-product-exporter.php :185
do_action( 'woomex_product_exporter_before_export_product', WC_Product $product, array $product_data )
Parameter
- $product
- (WC_Product) The product object
- $product_data
- (array) Includes the product data for export
woomex_product_exporter_after_export_product
Action Hook: This hook fires after the product exporter exported a product
Quelle 1: class-woomex-product-exporter.php :199
do_action( 'woomex_product_exporter_after_export_product', WC_Product $product, array $product_data, bool $export_result )
Parameter
- $product
- (WC_Product) The product object
- $product_data
- (array) Includes the product data for export
- $export_result
- (bool) If the product export was successful or not
woomex_product_exporter_stock_data
Filter Hook: This filter filters the product exporter stock data
Quelle 1: class-woomex-product-exporter.php :244
apply_filters( 'woomex_product_exporter_stock_data', array $stock_data )
Parameter
- $stock_data
- (array) The product data
woomex_product_exporter_before_export_stock_change
Action Hook: This hook fires before the product exporter exported a stock change
Quelle 1: class-woomex-product-exporter.php :257
do_action( 'woomex_product_exporter_before_export_stock_change', string $collmex_product_id, string $quantity, string $stock_change_type, string $stock_data )
Parameter
- $collmex_product_id
- (string) The Collmex product id
- $quantity
- (string) The export quantity
- $stock_change_type
- (string) The type of the stock change (input or withdrawal)
- $stock_data
- (string) Includes the information about the stock change
woomex_product_exporter_after_export_stock_change
Action Hook: This hook fires after the product exporter exported a stock change
Quelle 1: class-woomex-product-exporter.php :273
do_action( 'woomex_product_exporter_after_export_stock_change', string $collmex_product_id, string $quantity, string $stock_change_type, string $stock_data, string $stock_change_exported )
Parameter
- $collmex_product_id
- (string) The Collmex product id
- $quantity
- (string) The export quantity
- $stock_change_type
- (string) The type of the stock change (input or withdrawal)
- $stock_data
- (string) Includes the information about the stock change
- $stock_change_exported
- (string) If the stock change export was successful or not
woomex_product_exporter_get_product_type
Filter Hook: This filter filters the product type during product exports to Collmex
Quelle 1: class-woomex-product-exporter.php :305
apply_filters( 'woomex_product_exporter_get_product_type', int $product_type, WC_Product $product )
Parameter
- $product_type
- (int) The product type
- $product
- (WC_Product) The product object
woomex_product_exporter_get_product_tax_rate
Filter Hook: This filter filters the product tax rate during product exports to Collmex
Quelle 1: class-woomex-product-exporter.php :342
apply_filters( 'woomex_product_exporter_get_product_tax_rate', int $tax_rate, WC_Product $product )
Parameter
- $tax_rate
- (int) The product tax rate
- $product
- (WC_Product) The product object
woomex_product_exporter_get_product_id
Filter Hook: This filter filters the product ID during product exports to Collmex
Quelle 1: class-woomex-product-exporter.php :411
apply_filters( 'woomex_product_exporter_get_product_id', string|int $used_product_id, int $product_id )
Parameter
- $used_product_id
- (string|int) The used product ID
- $product_id
- (int) The product ID
woomex_product_exporter_get_manufacturer
Filter Hook: This filter filters the manufacturer for product exports to Collmex
Quelle 1: class-woomex-product-exporter.php :445
apply_filters( 'woomex_product_exporter_get_manufacturer', string $manufacturer_name, WC_Product $product )
Parameter
- $manufacturer_name
- (string) The manufacturer name
- $product
- (WC_Product) The product object
woomex_customer_exporter_export_data
Filter Hook: This filter filters the customer exporter export data
Quelle 1: class-woomex-customer-exporter.php :97
apply_filters( 'woomex_customer_exporter_export_data', array $customer_data, WC_Customer $customer )
Parameter
- $customer_data
- (array) The customer data
- $customer
- (WC_Customer) The customer object
woomex_customer_exporter_before_export
Action Hook: This hook fires before the customer exporter exports a customer
Quelle 1: class-woomex-customer-exporter.php :108
do_action( 'woomex_customer_exporter_before_export', WC_Customer $customer, array $customer_data )
Parameter
- $customer
- (WC_Customer) The customer object
- $customer_data
- (array) Includes the customer data for export
woomex_customer_exporter_after_export
Action Hook: This hook fires after the customer exporter exported a customer
Quelle 1: class-woomex-customer-exporter.php :122
do_action( 'woomex_customer_exporter_after_export', WC_Customer $customer, array $customer_data, string|bool $export_result )
Parameter
- $customer
- (WC_Customer) The customer object
- $customer_data
- (array) Includes the customer data for export
- $export_result
- (string|bool) If the customer export was successful or not
woomex_customer_exporter_format_salutation
Filter Hook: This filter filters the salutation (formatted) for customer exports to Collmex
Quelle 1: class-woomex-customer-exporter.php :164
apply_filters( 'woomex_customer_exporter_format_salutation', string $mapped_title )
Parameter
- $mapped_title
- (string) The mapped title (salutation)
woomex_customer_exporter_customer_search
Filter Hook: This filter filters the search for a customer at Collmex
Quelle 1: class-woomex-customer-exporter.php :191
apply_filters( 'woomex_customer_exporter_customer_search', string $billing_email, int $customer_id )
Parameter
- $billing_email
- (string) The billing email
- $customer_id
- (int) The customer ID
woomex_customer_exporter_get_customer_id
Filter Hook: This filter filters the used customer ID during customer exports to Collmex
Quelle 1: class-woomex-customer-exporter.php :218
apply_filters( 'woomex_customer_exporter_get_customer_id', string|int $used_customer_id, int $customer_id )
Parameter
- $used_customer_id
- (string|int) The used customer ID
- $customer_id
- (int) The customer ID
woomex_exporter_format_collmex_price
Filter Hook: This filter filters the formatted Collmex price for different exports to Collmex
Quelle 1: abstract-class-woomex-exporter.php :46
apply_filters( 'woomex_exporter_format_collmex_price', string $single_collmex_price )
Parameter
- $single_collmex_price
- (string) The single Collmex price
woomex_data_store_find_query
Filter Hook: This filter filters the data store find query
Quelle 1: abstract-class-woomex-data-store.php :117
apply_filters( 'woomex_data_store_find_query', string $find_query )
Parameter
- $find_query
- (string) The find query
woomex_data_store_find_by_query
Filter Hook: This filter filters the data store find by query
Quelle 1: abstract-class-woomex-data-store.php :159
apply_filters( 'woomex_data_store_find_by_query', string $find_by_query )
Parameter
- $find_by_query
- (string) The find by query
woomex_data_store_find_all_query
Filter Hook: This filter filters the data store find all query
Quelle 1: abstract-class-woomex-data-store.php :204
apply_filters( 'woomex_data_store_find_all_query', string $find_all_query )
Parameter
- $find_all_query
- (string) The find all query
woomex_data_store_find_all_by_query
Filter Hook: This filter filters the data store find all by query
Quelle 1: abstract-class-woomex-data-store.php :255
apply_filters( 'woomex_data_store_find_all_by_query', string $find_all_by_query )
Parameter
- $find_all_by_query
- (string) The find all by query
woomex_data_store_delete_query
Filter Hook: This filter filters the data store delete query
Quelle 1: abstract-class-woomex-data-store.php :363
apply_filters( 'woomex_data_store_delete_query', string $delete_query )
Parameter
- $delete_query
- (string) The delete query
woomex_data_store_count_by_query
Filter Hook: This filter filters the data store count by query
Quelle 1: abstract-class-woomex-data-store.php :455
apply_filters( 'woomex_data_store_count_by_query', string $count_by_query )
Parameter
- $count_by_query
- (string) The count by query
woomex_data_store_exists_by_query
Filter Hook: This filter filters the data store exists by query
Quelle 1: abstract-class-woomex-data-store.php :496
apply_filters( 'woomex_data_store_exists_by_query', string $exists_by_query )
Parameter
- $exists_by_query
- (string) The exists by query
woomex_data_store_additional_order_by_directives
Filter Hook: This filter filters the data store exists by query
Quelle 1: abstract-class-woomex-data-store.php :748
apply_filters( 'woomex_data_store_additional_order_by_directives', string $additional_directives )
Parameter
- $additional_directives
- (string) The additional order by directives
woomex_collmex_account_customer_id
Filter Hook: This filter filters the Collmex account customer ID
Quelle 1: woomex-settings-functions.php :23
apply_filters( 'woomex_collmex_account_customer_id', string $account_customer_id )
Parameter
- $account_customer_id
- (string) The Collmex account customer ID
woomex_collmex_account_user
Filter Hook: This filter filters the Collmex account user
Quelle 1: woomex-settings-functions.php :42
apply_filters( 'woomex_collmex_account_user', string $account_user )
Parameter
- $account_user
- (string) The Collmex account user
woomex_collmex_account_password
Filter Hook: This filter filters the Collmex account password
Quelle 1: woomex-settings-functions.php :61
apply_filters( 'woomex_collmex_account_password', string $account_user )
Parameter
- $account_user
- (string) The Collmex account password
woomex_collmex_company_number
Filter Hook: This filter filters the Collmex account company number
Quelle 1: woomex-settings-functions.php :80
apply_filters( 'woomex_collmex_company_number', string $account_user )
Parameter
- $account_user
- (string) The Collmex account company number
woomex_automatic_order_export_mode
Filter Hook: This filter filters the export mode for the automatic order export to Collmex
Quelle 1: woomex-settings-functions.php :99
apply_filters( 'woomex_automatic_order_export_mode', string $export_mode )
Parameter
- $export_mode
- (string) The export mode
woomex_order_export_frequency
Filter Hook: This filter filters the export frequency for the order export to Collmex
Quelle 1: woomex-settings-functions.php :118
apply_filters( 'woomex_order_export_frequency', string $export_frequency )
Parameter
- $export_frequency
- (string) The export frequency
woomex_order_export_statuses
Filter Hook: This filter filters the export statuses for the order export to Collmex
Quelle 1: woomex-settings-functions.php :146
apply_filters( 'woomex_order_export_statuses', array $default_order_export_statuses )
Parameter
- $default_order_export_statuses
- (array) Includes the export statuses
woomex_order_export_number_assignment
Filter Hook: This filter filters the numbers assignment for the order export to Collmex
Quelle 1: woomex-settings-functions.php :165
apply_filters( 'woomex_order_export_number_assignment', string $number_assignment )
Parameter
- $number_assignment
- (string) The number assignment
woomex_customer_export_number_assignment
Filter Hook: This filter filters the number assignment for the customer export to Collmex
Quelle 1: woomex-settings-functions.php :184
apply_filters( 'woomex_customer_export_number_assignment', string $number_assignment )
Parameter
- $number_assignment
- (string) The number assignment
woomex_collmex_price_group
Filter Hook: This filter filters the default Collmex price group
Quelle 1: woomex-settings-functions.php :203
apply_filters( 'woomex_collmex_price_group', string $price_group )
Parameter
- $price_group
- (string) The price group
woomex_product_export_import_full_tax_class
Filter Hook: This filter filters the full tax class for the product export or import from or to Collmex
Quelle 1: woomex-settings-functions.php :222
apply_filters( 'woomex_product_export_import_full_tax_class', string $full_tax_class )
Parameter
- $full_tax_class
- (string) The full tax class
woomex_product_import_product_attributes_visibility_mode
Filter Hook: This filter filters the visibility mode for the product attributes during product import from Collmex
Quelle 1: woomex-settings-functions.php :241
apply_filters( 'woomex_product_import_product_attributes_visibility_mode', string $attributes_visibility_mode )
Parameter
- $attributes_visibility_mode
- (string) The attributes visibility mode
woomex_product_import_product_attributes_taxonomy_mode
Filter Hook: This filter filters the taxonomy mode for the product attributes during product import from Collmex
Quelle 1: woomex-settings-functions.php :260
apply_filters( 'woomex_product_import_product_attributes_taxonomy_mode', string $attributes_taxonomy_mode )
Parameter
- $attributes_taxonomy_mode
- (string) The attributes taxonomy mode
woomex_product_export_import_status
Filter Hook: This filter filters the status for the product export or import from or to Collmex
Quelle 1: woomex-settings-functions.php :279
apply_filters( 'woomex_product_export_import_status', string $export_import_status )
Parameter
- $export_import_status
- (string) The export import status
woomex_product_export_import_reduced_tax_class
Filter Hook: This filter filters the reduces tax class for the product export or import from or to Collmex
Quelle 1: woomex-settings-functions.php :298
apply_filters( 'woomex_product_export_import_reduced_tax_class', string $reduced_tax_class )
Parameter
- $reduced_tax_class
- (string) The reduced tax class
woomex_product_export_import_tax_free_class
Filter Hook: This filter filters the free tax class for the product export or import from or to Collmex
Quelle 1: woomex-settings-functions.php :317
apply_filters( 'woomex_product_export_import_tax_free_class', string $reduced_tax_class )
Parameter
- $reduced_tax_class
- (string) The reduced tax class
woomex_product_stocks_synchronization_mode
Filter Hook: This filter filters the product stocks synchronization mode
Quelle 1: woomex-settings-functions.php :370
apply_filters( 'woomex_product_stocks_synchronization_mode', string $synchronization_mode )
Parameter
- $synchronization_mode
- (string) The synchronization mode
woomex_product_stocks_refund_refilling_mode
Filter Hook: This filter filters the product stocks refund (order) refilling mode
Quelle 1: woomex-settings-functions.php :389
apply_filters( 'woomex_product_stocks_refund_refilling_mode', string $refund_refilling_mode )
Parameter
- $refund_refilling_mode
- (string) The refund refilling mode
woomex_order_export_gateway_payment_confirmation_mode
Filter Hook: This filter filters the payment confirmation mode during order payment completed notifications
Quelle 1: woomex-settings-functions.php :408
apply_filters( 'woomex_order_export_gateway_payment_confirmation_mode', string $payment_confirmation_mode )
Parameter
- $payment_confirmation_mode
- (string) The payment confirmation mode
woomex_order_export_status_payment_confirmation_mode
Filter Hook: This filter filters the payment confirmation mode during order exports to Collmex
Quelle 1: woomex-settings-functions.php :427
apply_filters( 'woomex_order_export_status_payment_confirmation_mode', string $payment_confirmation_mode )
Parameter
- $payment_confirmation_mode
- (string) The payment confirmation mode
woomex_order_export_customer_order_id_prefix
Filter Hook: This filter filters the customer order ID prefix during order exports to Collmex
Quelle 1: woomex-settings-functions.php :446
apply_filters( 'woomex_order_export_customer_order_id_prefix', string $customer_order_id_prefix )
Parameter
- $customer_order_id_prefix
- (string) The customer order ID prefix
woomex_order_export_invoice_creation_mode
Filter Hook: This filter filters the invoice creation mode during order exports to Collmex
Quelle 1: woomex-settings-functions.php :465
apply_filters( 'woomex_order_export_invoice_creation_mode', string $invoice_creation_mode )
Parameter
- $invoice_creation_mode
- (string) The invoice creation mode
woomex_order_export_gateway_invoice_creation_mode
Filter Hook: This filter filters the invoice creation mode during order payment completed notifications
Quelle 1: woomex-settings-functions.php :484
apply_filters( 'woomex_order_export_gateway_invoice_creation_mode', string $invoice_creation_mode )
Parameter
- $invoice_creation_mode
- (string) The invoice creation mode
woomex_order_export_status_invoice_creation_mode
Filter Hook: This filter filters the invoice creation mode during order exports to Collmex
Quelle 1: woomex-settings-functions.php :503
apply_filters( 'woomex_order_export_status_invoice_creation_mode', string $invoice_creation_mode )
Parameter
- $invoice_creation_mode
- (string) The invoice creation mode
woomex_order_export_cancellation_invoice_creation_mode
Filter Hook: This filter filters the cancellation invoice creation mode during order exports to Collmex
Quelle 1: woomex-settings-functions.php :522
apply_filters( 'woomex_order_export_cancellation_invoice_creation_mode', string $cancellation_invoice_creation_mode )
Parameter
- $cancellation_invoice_creation_mode
- (string) The cancellation invoice creation mode
woomex_order_export_gateway_delivery_creation_mode
Filter Hook: This filter filters the delivery creation mode during order payment completed notifications
Quelle 1: woomex-settings-functions.php :541
apply_filters( 'woomex_order_export_gateway_delivery_creation_mode', string $delivery_creation_mode )
Parameter
- $delivery_creation_mode
- (string) The delivery creation mode
woomex_order_export_status_delivery_creation_mode
Filter Hook: This filter filters the delivery creation mode for order exports to Collmex
Quelle 1: woomex-settings-functions.php :560
apply_filters( 'woomex_order_export_status_delivery_creation_mode', string $delivery_creation_mode )
Parameter
- $delivery_creation_mode
- (string) The delivery creation mode
woomex_customer_export_users_page_mode
Filter Hook: This filter filters the customer export mode on the users (WordPress) page
Quelle 1: woomex-settings-functions.php :579
apply_filters( 'woomex_customer_export_users_page_mode', string $export_users_page_mode )
Parameter
- $export_users_page_mode
- (string) The users page export mode
woomex_customer_export_account_page_mode
Filter Hook: This filter filters the customer export mode on the account (WooCommerce) page
Quelle 1: woomex-settings-functions.php :598
apply_filters( 'woomex_customer_export_account_page_mode', string $export_account_page_mode )
Parameter
- $export_account_page_mode
- (string) The account page export mode
woomex_customer_export_deletion_mode
Filter Hook: This filter filters the deletion mode for customer exports to Collmex
Quelle 1: woomex-settings-functions.php :617
apply_filters( 'woomex_customer_export_deletion_mode', string $deletion_mode )
Parameter
- $deletion_mode
- (string) The deletion mode
woomex_order_export_deletion_mode
Filter Hook: This filter filters the deletion mode for order exports to Collmex
Quelle 1: woomex-settings-functions.php :636
apply_filters( 'woomex_order_export_deletion_mode', string $deletion_mode )
Parameter
- $deletion_mode
- (string) The deletion mode
woomex_order_export_invoice_deletion_mode
Filter Hook: This filter filters the invoice deletion mode for order exports to Collmex
Quelle 1: woomex-settings-functions.php :655
apply_filters( 'woomex_order_export_invoice_deletion_mode', string $deletion_mode )
Parameter
- $deletion_mode
- (string) The deletion mode
woomex_order_export_invoice_booking_mode
Filter Hook: This filter filters the invoice booking mode for order exports to Collmex
Quelle 1: woomex-settings-functions.php :674
apply_filters( 'woomex_order_export_invoice_booking_mode', string $booking_mode )
Parameter
- $booking_mode
- (string) The booking mode
woomex_order_export_initial_invoice_sending_mode
Filter Hook: This filter filters the initial invoice sending mode for order exports to Collmex
Quelle 1: woomex-settings-functions.php :693
apply_filters( 'woomex_order_export_initial_invoice_sending_mode', string $sending_mode )
Parameter
- $sending_mode
- (string) The sending mode
woomex_order_export_invoice_clear_down_payment_mode
Filter Hook: This filter filters the invoice clear down payment method for order exports to Collmex
Quelle 1: woomex-settings-functions.php :712
apply_filters( 'woomex_order_export_invoice_clear_down_payment_mode', string $clear_down_payment_mode )
Parameter
- $clear_down_payment_mode
- (string) The clear down payment mode
woomex_order_delivery_deletion_mode
Filter Hook: This filter filters the delivery deletion mode
Quelle 1: woomex-settings-functions.php :731
apply_filters( 'woomex_order_delivery_deletion_mode', string $delivery_deletion_mode )
Parameter
- $delivery_deletion_mode
- (string) The delivery deletion mode
woomex_order_payment_method_{payment_method}
Filter Hook: This filter filters the payment method for an order
Quelle 1: woomex-settings-functions.php :752
apply_filters( 'woomex_order_payment_method_{payment_method}', string $mapped_payment_method )
Parameter
- $mapped_payment_method
- (string) The mapped payment method
woomex_order_delivery_refund_deletion_mode
Filter Hook: This filter filters the delivery refund deletion mode
Quelle 1: woomex-settings-functions.php :771
apply_filters( 'woomex_order_delivery_refund_deletion_mode', string $delivery_refund_deletion_mode )
Parameter
- $delivery_refund_deletion_mode
- (string) The delivery refund deletion mode
woomex_order_delivery_booking_mode
Filter Hook: This filter filters the delivery booking mode
Quelle 1: woomex-settings-functions.php :790
apply_filters( 'woomex_order_delivery_booking_mode', string $delivery_booking_mode )
Parameter
- $delivery_booking_mode
- (string) The delivery booking mode
woomex_order_delivery_time_days
Filter Hook: This filter filters the delivery time in days
Quelle 1: woomex-settings-functions.php :809
apply_filters( 'woomex_order_delivery_time_days', string $delivery_time_days )
Parameter
- $delivery_time_days
- (string) The delivery time in days
woomex_order_delivery_type
Filter Hook: This filter filters delivery type
Quelle 1: woomex-settings-functions.php :828
apply_filters( 'woomex_order_delivery_type', string $delivery_type )
Parameter
- $delivery_type
- (string) The delivery type
woomex_order_delivery_condition
Filter Hook: This filter filters delivery condition
Quelle 1: woomex-settings-functions.php :847
apply_filters( 'woomex_order_delivery_condition', string $delivery_condition )
Parameter
- $delivery_condition
- (string) The delivery condition
woomex_order_delivery_condition_addition
Filter Hook: This filter filters the delivery condition addition
Quelle 1: woomex-settings-functions.php :866
apply_filters( 'woomex_order_delivery_condition_addition', string $delivery_condition_addition )
Parameter
- $delivery_condition_addition
- (string) The delivery condition addition
woomex_product_export_unit_mode
Filter Hook: This filter filters the unit mode for product exports to Collmex
Quelle 1: woomex-settings-functions.php :885
apply_filters( 'woomex_product_export_unit_mode', string $unit_mode )
Parameter
- $unit_mode
- (string) The unit mode
woomex_product_export_deletion_mode
Filter Hook: This filter filters the deletion mode for product exports to Collmex
Quelle 1: woomex-settings-functions.php :904
apply_filters( 'woomex_product_export_deletion_mode', string $deletion_mode )
Parameter
- $deletion_mode
- (string) The deletion mode
woomex_customer_export_deletion_type
Filter Hook: This filter filters the deletion type for customer exports to Collmex
Quelle 1: woomex-settings-functions.php :923
apply_filters( 'woomex_customer_export_deletion_type', string $deletion_type )
Parameter
- $deletion_type
- (string) The deletion type
woomex_customer_export_address_groups
Filter Hook: This filter filters the address groups for customer exports to Collmex
Quelle 1: woomex-settings-functions.php :942
apply_filters( 'woomex_customer_export_address_groups', string $address_groups )
Parameter
- $address_groups
- (string) Includes all address groups
woomex_general_display_header_actions_mode
Filter Hook: This filter filters the display status of the header actions
Quelle 1: woomex-settings-functions.php :961
apply_filters( 'woomex_general_display_header_actions_mode', string $display_mode )
Parameter
- $display_mode
- (string) The display mode
woomex_general_display_setup_wizard_update_mode
Filter Hook: This filter filters the display mode of the setup wizard after an update
Quelle 1: woomex-settings-functions.php :980
apply_filters( 'woomex_general_display_setup_wizard_update_mode', string $display_mode )
Parameter
- $display_mode
- (string) The display mode
woomex_general_display_orders_table_export_status_mode
Filter Hook: This filter filters the display of the general order export status inside the orders table
Quelle 1: woomex-settings-functions.php :999
apply_filters( 'woomex_general_display_orders_table_export_status_mode', string $export_status_mode )
Parameter
- $export_status_mode
- (string) The order export status mode
woomex_general_display_orders_table_payment_confirmation_status_mode
Filter Hook: This filter filters the display of the payment confirmation status inside the orders table
Quelle 1: woomex-settings-functions.php :1018
apply_filters( 'woomex_general_display_orders_table_payment_confirmation_status_mode', string $payment_confirmation_status_mode )
Parameter
- $payment_confirmation_status_mode
- (string) The payment confirmation status mode
woomex_general_display_orders_table_invoice_status_mode
Filter Hook: This filter filters the display of the invoice status inside the orders table
Quelle 1: woomex-settings-functions.php :1037
apply_filters( 'woomex_general_display_orders_table_invoice_status_mode', string $invoice_status_mode )
Parameter
- $invoice_status_mode
- (string) The invoice status mode
woomex_general_display_orders_table_cancellation_invoice_status_mode
Filter Hook: This filter filters the display of the cancellation invoice status inside the orders table
Quelle 1: woomex-settings-functions.php :1056
apply_filters( 'woomex_general_display_orders_table_cancellation_invoice_status_mode', string $cancellation_invoice_status_mode )
Parameter
- $cancellation_invoice_status_mode
- (string) The cancellation invoice status mode
woomex_general_display_orders_table_delivery_status_mode
Filter Hook: This filter filters the display of the delivery status inside the orders table
Quelle 1: woomex-settings-functions.php :1075
apply_filters( 'woomex_general_display_orders_table_delivery_status_mode', string $delivery_status_mode )
Parameter
- $delivery_status_mode
- (string) The delivery status mode
woomex_expert_setting_delete_data_uninstall_mode
Filter Hook: This filter filters the expert delete data uninstall mode to remove all data during uninstall of the plugin
Quelle 1: woomex-settings-functions.php :1094
apply_filters( 'woomex_expert_setting_delete_data_uninstall_mode', string $uninstall_mode )
Parameter
- $uninstall_mode
- (string) The expert uninstall mode
woomex_order_payment_accounting_account_{payment_method}
Filter Hook: This filter filters the payment accounting account for orders
Quelle 1: woomex-settings-functions.php :1115
apply_filters( 'woomex_order_payment_accounting_account_{payment_method}', string $accounting_account )
Parameter
- $accounting_account
- (string) The account account
woomex_customers_synchronization_mode
Filter Hook: This filter filters the synchronization mode for customers
Quelle 1: woomex-settings-functions.php :1134
apply_filters( 'woomex_customers_synchronization_mode', string $synchronization_mode )
Parameter
- $synchronization_mode
- (string) The synchronization mode
woomex_product_stocks_batches_mode
Filter Hook: This filter filters the stocks batches mode for products from Collmex (when Woo Batches is installed and stocks mode enabled)
Quelle 1: woomex-settings-functions.php :1153
apply_filters( 'woomex_product_stocks_batches_mode', string $stocks_batches_mode )
Parameter
- $stocks_batches_mode
- (string) The stocks batches mode
woomex_collmex_intelligent_language_processing_mode
Filter Hook: This filter filters the intelligent language processing mode for Collmex
Quelle 1: woomex-settings-functions.php :1172
apply_filters( 'woomex_collmex_intelligent_language_processing_mode', string $processing_mode )
Parameter
- $processing_mode
- (string) The intelligent language processing mode
woomex_collmex_languages_english
Filter Hook: This filter filters the english languages used for Collmex
Quelle 1: woomex-settings-functions.php :1202
apply_filters( 'woomex_collmex_languages_english', array $default_country_list )
Parameter
- $default_country_list
- (array) The english languages list
woomex_order_export_coupon_mode
Filter Hook: This filter filters the coupon mode for the order export to Collmex
Quelle 1: woomex-settings-functions.php :1221
apply_filters( 'woomex_order_export_coupon_mode', string $coupon_mode )
Parameter
- $coupon_mode
- (string) The coupon mode
woomex_order_import_completed_status_sync_mode
Filter Hook: This filter filters the completed status sync mode for the order import from Collmex
Quelle 1: woomex-settings-functions.php :1240
apply_filters( 'woomex_order_import_completed_status_sync_mode', string $completed_status_sync_mode )
Parameter
- $completed_status_sync_mode
- (string) The completed status sync mode
woomex_order_import_collmex_completed_status
Filter Hook: This filter filters the completed status for the oder import from Collmex
Quelle 1: woomex-settings-functions.php :1259
apply_filters( 'woomex_order_import_collmex_completed_status', string $collmex_completed_status )
Parameter
- $collmex_completed_status
- (string) The choosen completed status
woomex_product_automatic_import_mode
Filter Hook: This filter filters the mode for the automatic product import from Collmex
Quelle 1: woomex-settings-functions.php :1278
apply_filters( 'woomex_product_automatic_import_mode', string $import_mode )
Parameter
- $import_mode
- (string) The import mode
woomex_product_automatic_import_frequency
Filter Hook: This filter filters the import frequency for the automatic product import from Collmex
Quelle 1: woomex-settings-functions.php :1297
apply_filters( 'woomex_product_automatic_import_frequency', string $import_frequency )
Parameter
- $import_frequency
- (string) The import frequency
woomex_product_automatic_import_skip_inactive_mode
Filter Hook: This filter filters the skipping of inactive products for the automatic product import from Collmex
Quelle 1: woomex-settings-functions.php :1316
apply_filters( 'woomex_product_automatic_import_skip_inactive_mode', string $skip_inactive_mode )
Parameter
- $skip_inactive_mode
- (string) The skip inactive mode
woomex_product_automatic_import_use_product_groups_mode
Filter Hook: This filter filters the product groups mode for the automatic product import from Collmex
Quelle 1: woomex-settings-functions.php :1335
apply_filters( 'woomex_product_automatic_import_use_product_groups_mode', string $use_product_groups_mode )
Parameter
- $use_product_groups_mode
- (string)
woomex_product_automatic_import_update_existing_mode
Filter Hook: This filter filters the import update existing mode for the automatic product import from Collmex
Quelle 1: woomex-settings-functions.php :1354
apply_filters( 'woomex_product_automatic_import_update_existing_mode', string $update_existing_mode )
Parameter
- $update_existing_mode
- (string) The import update existing mode
woomex_product_automatic_import_delete_mode
Filter Hook: This filter filters the delete mode for the automatic product import from Collmex
Quelle 1: woomex-settings-functions.php :1373
apply_filters( 'woomex_product_automatic_import_delete_mode', string $delete_mode )
Parameter
- $delete_mode
- (string) The delete mode
woomex_product_automatic_import_collmex_price_group
Filter Hook: This filter filters the price group used for the automatic product import from Collmex
Quelle 1: woomex-settings-functions.php :1392
apply_filters( 'woomex_product_automatic_import_collmex_price_group', string $collmex_price_group )
Parameter
- $collmex_price_group
- (string) The Collmex price group ID
woomex_product_automatic_import_mapping_column_{column_id}_mode
Filter Hook: This filter filters the mapping column mode for the automatic product import from Collmex
Quelle 1: woomex-settings-functions.php :1413
apply_filters( 'woomex_product_automatic_import_mapping_column_{column_id}_mode', string $mapping_column_mode )
Parameter
- $mapping_column_mode
- (string) The import mapping column mode
woomex_product_import_mode
Filter Hook: This filter filters the product import mode
Quelle 1: woomex-settings-functions.php :1432
apply_filters( 'woomex_product_import_mode', string $import_mode )
Parameter
- $import_mode
- (string) The product import mode (small or big)
woomex_product_automatic_export_mode
Filter Hook: This filter filters the mode for the automatic product export to Collmex
Quelle 1: woomex-settings-functions.php :1451
apply_filters( 'woomex_product_automatic_export_mode', string $export_mode )
Parameter
- $export_mode
- (string) The export mode
woomex_product_automatic_export_use_categories_mode
Filter Hook: This filter filters the categories mode for the automatic product export from Collmex
Quelle 1: woomex-settings-functions.php :1470
apply_filters( 'woomex_product_automatic_export_use_categories_mode', string $use_categories_mode )
Parameter
- $use_categories_mode
- (string)
woomex_product_automatic_export_collmex_price_group
Filter Hook: This filter filters the price group used for the automatic product export to Collmex
Quelle 1: woomex-settings-functions.php :1489
apply_filters( 'woomex_product_automatic_export_collmex_price_group', string $collmex_price_group )
Parameter
- $collmex_price_group
- (string) The Collmex price group ID
woomex_product_automatic_export_mapping_column_{column_id}_mode
Filter Hook: This filter filters the mapping column mode for the automatic product export to Collmex
Quelle 1: woomex-settings-functions.php :1510
apply_filters( 'woomex_product_automatic_export_mapping_column_{column_id}_mode', string $mapping_column_mode )
Parameter
- $mapping_column_mode
- (string) The export mapping column mode
woomex_setting_export_csv_columns
Filter Hook: This filter filters the setting export CSV columns
Quelle 1: woomex-settings-functions.php :1531
apply_filters( 'woomex_setting_export_csv_columns', array $export_columns )
Parameter
- $export_columns
- (array) The export CSV columns
woomex_product_expert_setting_wc_product_importer_time_limit
Filter Hook: This filter filters the product expert WooCommerce product importer time limit
Quelle 1: woomex-settings-functions.php :1550
apply_filters( 'woomex_product_expert_setting_wc_product_importer_time_limit', int $time_limit )
Parameter
- $time_limit
- (int) The time limit in seconds
woomex_get_collmex_language
Filter Hook: This filter filters the Collmex language
Quelle 1: woomex-core-functions.php :152
apply_filters( 'woomex_get_collmex_language', int|null $language )
Parameter
- $language
- (int|null) The used language for Collmex
woomex_get_collmex_product_id
Filter Hook: This filter filters the Collmex product ID set for a product
Quelle 1: woomex-core-functions.php :187
apply_filters( 'woomex_get_collmex_product_id', string|null $collmex_product_id )
Parameter
- $collmex_product_id
- (string|null) The Collmex product ID of a product
woomex_db_missing_tables
Filter Hook: This filter filters the missing DB tables
Quelle 1: woomex-core-functions.php :320
apply_filters( 'woomex_db_missing_tables', string|array $missing_tables )
Parameter
- $missing_tables
- (string|array) Includes the missing tables
woomex_before_get_template
Action Hook: This hook fires before a template gets loaded
Quelle 1: woomex-core-functions.php :353
do_action( 'woomex_before_get_template', string $template, string $args )
Parameter
- $template
- (string) The template
- $args
- (string) The args for the template
woomex_after_get_template
Action Hook: This hook fires after a template was loaded
Quelle 1: woomex-core-functions.php :366
do_action( 'woomex_after_get_template', string $template, string $args )
Parameter
- $template
- (string) The template
- $args
- (string) The args for the template
woomex_get_system_name
Filter Hook: This filter filters the system name
Quelle 1: woomex-core-functions.php :449
apply_filters( 'woomex_get_system_name', string $system_name )
Parameter
- $system_name
- (string) The system name
woomex_is_action
Filter Hook: This filter filters if the current action is an action on a plugins page
Quelle 1: woomex-core-functions.php :482
apply_filters( 'woomex_is_action', bool $is_action )
Parameter
- $is_action
- (bool) If is action on page or not
woomex_get_current_tab
Filter Hook: This filter filters the current page tab
Quelle 1: woomex-core-functions.php :684
apply_filters( 'woomex_get_current_tab', string $current_tab )
Parameter
- $current_tab
- (string) The current tab
woomex_get_current_view
Filter Hook: This filter filters the current page view
Quelle 1: woomex-core-functions.php :711
apply_filters( 'woomex_get_current_view', string $current_view )
Parameter
- $current_view
- (string) The current view
woomex_get_current_section
Filter Hook: This filter filters the current page section
Quelle 1: woomex-core-functions.php :738
apply_filters( 'woomex_get_current_section', string $current_section )
Parameter
- $current_section
- (string) The current section
woomex_date_format
Filter Hook: This filter filters the date format
Quelle 1: woomex-formatting-functions.php :72
apply_filters( 'woomex_date_format', string $date_format )
Parameter
- $date_format
- (string) The date format
woomex_time_format
Filter Hook: This filter filters the time format
Quelle 1: woomex-formatting-functions.php :97
apply_filters( 'woomex_time_format', string $time_format )
Parameter
- $time_format
- (string) The time format