Skip to content

Instantly share code, notes, and snippets.

View FileSubmit's full-sized avatar

Tsvetan Tsakov FileSubmit

View GitHub Profile
@FileSubmit
FileSubmit / wpallimport - bulk attributes
Created April 18, 2024 05:13
wpallimport - bulk attributes
add_action('pmxi_saved_post', 'wp_programator_automatically_import_wpai_params', 10, 2);
/**
* @param $post_id
* @param $xml
*/
function wp_programator_automatically_import_wpai_params($post_id, $xml)
{
$product_attributes = array();
$atts = array(); // Initialize the array to avoid undefined variable warnings.