archive.html
Wizzie header.html
WooCommerce a2z
WooCommerce
Home
Blocks
Plugins
Themes
Sitemap
Blog
Block news
About
Shop
A
F
H
S
W
Home
»
APIs
Archives:
APIs
ComposerStaticInit6e179dfc8f6a07374010369ed6ba6c7e::getInitializer() –
composerRequire6e179dfc8f6a07374010369ed6ba6c7e() –
ComposerAutoloaderInit6e179dfc8f6a07374010369ed6ba6c7e::getLoader() –
ComposerAutoloaderInit6e179dfc8f6a07374010369ed6ba6c7e::loadClassLoader() –
OrderUtil::get_order_admin_new_url() – Helper method to generate admin URL for new order.
OrderUtil::get_order_admin_edit_url() – Helper method to generate admin url for an order.
ArrayUtil::push_once() – Push a value to an array, but only if the value isn’t in the array already.
DatabaseUtil::insert_on_duplicate_key_update() – Hybrid of $wpdb->update and $wpdb->insert. It will try to update a row, and if it doesn’t exist, it will insert it. This needs unique constraints to be set on the table on all ID columns.
DatabaseUtil::generate_on_duplicate_statement_clause() – Generates ON DUPLICATE KEY UPDATE clause to be used in migration.
__callStatic() – Undefined/inaccessible static method call handler.
__call() – Undefined/inaccessible instance method call handler.
mark_static_method_as_accessible() – Register a private or protected static method of this class as externally accessible.
mark_method_as_accessible() – Register a private or protected instance method of this class as externally accessible.
process_callback_before_hooking() – Do the required processing to a callback before invoking the WordPress ‘add_action’ or ‘add_filter’ function.
add_filter() – Register a WordPress filter.
add_action() – Register a WordPress action.
LookupDataStore::add_product_attributes_lookup_table_settings() – Handler for ‘woocommerce_get_settings_products’, adds the settings related to the product attributes lookup table.
LookupDataStore::add_advanced_section_to_product_settings() – Handler for ‘woocommerce_get_sections_products’, adds the "Advanced" section to the product settings.
MobileMessagingHandler::prepare_utm_parameters() – Prepares array of parameters used by WooCommerce.com for tracking.
MobileMessagingHandler::no_app_message() – Prepares message with a deep link to learn more about mobile app.
MobileMessagingHandler::manage_order_message() – Prepares message with a deep link to manage order details.
MobileMessagingHandler::accept_payment_message() – Prepares message with a deep link to mobile payment.
MobileMessagingHandler::get_last_used_or_null() – Returns last used date of specified mobile app platform.
MobileMessagingHandler::get_closer_mobile_usage_date() – Returns the closest date of last usage of any mobile app platform.
MobileMessagingHandler::prepare_mobile_message() – Prepares mobile messaging with a deep link.
IppFunctions::has_store_specified_country_currency() – Checks if the store has specified country location and currency used.
IppFunctions::is_store_in_person_payment_eligible() – Returns if store is eligible to accept In-Person Payments.
IppFunctions::is_order_in_person_payment_eligible() – Returns if order is eligible to accept In-Person Payments.
OrderAdminServiceProvider::register() – Registers services provided by this class.
OrdersTableSearchQuery::get_meta_fields_to_be_searched() – Returns the order meta field keys to be searched.
OrdersTableSearchQuery::generate_where() – Generates the necessary WHERE clauses for the order search to be performed.
OrdersTableSearchQuery::generate_join() – Generates the necessary JOIN clauses for the order search to be performed.
OrdersTableSearchQuery::get_sql_clauses() – Supplies an array of clauses to be used in an order query.
OrdersTableSearchQuery::__construct() – Creates the JOIN and WHERE clauses needed to execute a search of orders.
OrdersTableRefundDataStore::get_post_data_store_for_backfill() – Returns data store object to use backfilling.
OrdersTableRefundDataStore::get_post_title() – Get a title for the new post type.
OrdersTableRefundDataStore::update_post_meta() – Helper method that updates post meta based on an refund object.
OrdersTableRefundDataStore::update() – Update refund in database.
OrdersTableRefundDataStore::create() – Method to create a refund in the database.
OrdersTableRefundDataStore::set_refund_props() – Helper method to set refund props.
OrdersTableRefundDataStore::read_multiple() – Read multiple refund objects from custom tables.
OrdersTableRefundDataStore::read() – Read a refund object from custom tables.
OrdersTableRefundDataStore::delete() – Delete a refund order from database.
OrdersTableDataStore::persist_updates() – Helper method that is responsible for persisting order updates to the database.
OrdersTableDataStore::persist_save() – Helper method responsible for persisting new data to order table.
OrdersTableDataStore::untrash_order() – Attempts to restore the specified order back to its original status (after having been trashed).
OrdersTableDataStore::get_post_data_store_for_backfill() – Returns data store object to use backfilling.
CustomOrdersTableController::get_refunds_data_store() – Gets the instance of the refunds data store to use.
CustomOrdersTableController::get_orders_data_store() – Gets the instance of the orders data store to use.
WCAdminAssets::register_script() – Loads a script
PostsRedirectionController::maybe_redirect_to_edit_order_page() – If needed, performs a redirection to the edit order page.
PostsRedirectionController::maybe_redirect_to_new_order_page() – If needed, performs a redirection to the new order page.
PostsRedirectionController::maybe_redirect_to_orders_page() – If needed, performs a redirection to the main orders page.
PostsRedirectionController::__construct() – Constructor.
PageController::get_new_page_url() – Helper method to generate a link for creating order.
PageController::get_edit_url() – Helper method to generate edit link for an order.
PageController::get_orders_url() – Helper method to generate a link to the main orders screen.
PageController::handle_load_page_action() – Perform initialization for the current action.
ListTable::do_untrash() – Handles bulk restoration of trashed orders.
ListTable::do_delete() – Handles bulk trashing of orders.
ListTable::set_search_args() – Implements order search.
ListTable::column_default() – Handles output for the default column.
ListTable::init() – Init method, invoked by DI container.
OrderMilestones::get_note() – Get the note. This is used for localizing the note.
NewSalesRecord::get_note() – Get the note. This is used for localizing the note.
NewSalesRecord::get_note_with_record_data() – Get the note with record data.
InstalledExtensions::get_trustpilot_extension_data() – Get Trustpilot extension data.
InstalledExtensions::get_vimeo_extension_data() – Get Vimeo extension data.
InstalledExtensions::get_salesforce_extension_data() – Get Salesforce extension data.
InstalledExtensions::get_zapier_extension_data() – Get WooCommerce Zapier extension data.
InstalledExtensions::get_jetpack_crm_extension_data() – Get Jetpack CRM for WooCommerce extension data.
InstalledExtensions::get_tiktok_extension_data() – Get TikTok for WooCommerce extension data.
InstalledExtensions::get_creative_mail_extension_data() – Get Creative Mail for WooCommerce extension data.
InstalledExtensions::get_aw_birthdays_extension_data() – Get AutomateWoo Birthdays extension data.
InstalledExtensions::get_aw_referral_extension_data() – Get AutomateWoo Refer a Friend extension data.
GetMobileApp::get_action_url() – Action URL.
GetMobileApp::can_view() – Task visibility.
GetMobileApp::is_complete() – Task completion.
GetMobileApp::get_time() – Time.
GetMobileApp::get_content() – Content.
GetMobileApp::get_title() – Title.
GetMobileApp::get_id() – ID.
MobileAppMagicLink::send_magic_link() – Sends request to generate magic link email.
MobileAppMagicLink::register_routes() – Register routes.
ComposerStaticInitc7a8db2dc8311173ad27b13ee45e3440::getInitializer() –
composerRequirec7a8db2dc8311173ad27b13ee45e3440() –
ComposerAutoloaderInitc7a8db2dc8311173ad27b13ee45e3440::getLoader() –
ComposerAutoloaderInitc7a8db2dc8311173ad27b13ee45e3440::loadClassLoader() –
StyleAttributesUtils::get_margin_class_and_style() – Get class and style for margin from attributes.
ProductSearch::enqueue_data() – Extra data passed through from server to client for block.
ProductQuery::get_on_sale_products_query() – Return a query for on sale products.
ProductQuery::get_query_by_attributes() – Return a custom query based on the attributes.
ProductQuery::update_query() – Update the query for the product query block.
ProductQuery::get_query_by_attributes_once() – Remove the query block filter and parse the custom query
ProductQuery::initialize() – Initialize this block type.
ProductImage::render() – Include and render the block
ProductImage::enqueue_data() – Extra data passed through from server to client for block.
ProductImage::render_image() – Render Image.
ProductImage::render_anchor() – Render anchor.
ProductImage::render_on_sale_badge() – Render on Sale Badge.
ProductImage::parse_attributes() – Get the block’s attributes.
ProductImage::get_block_type_uses_context() – Register the context.
1
2
3
…
123
Next Page
Search
Search