PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
wp-all-import
/
helpers
<?php if ( ! function_exists('wp_all_import_ctx_mapping')){ function wp_all_import_ctx_mapping( $ctx, $mapping_rules, $tx_name ){ if ( ! empty( $mapping_rules) and $ctx['is_mapping']){ foreach ($mapping_rules as $rule) { foreach ($rule as $key => $value) { if ( trim($ctx['name']) == trim($key) || str_replace("&", "&", trim($ctx['name'])) == str_replace("&", "&", trim($key)) ){ $ctx['name'] = trim($value); break; } } } } return apply_filters('pmxi_single_category', $ctx, $tx_name); } }
[+]
..
[-] wp_all_import_get_url.php
[edit]
[-] wp_all_import_clear_directory.php
[edit]
[-] import_custom_meta_box.php
[edit]
[-] get_file_curl.php
[edit]
[-] wp_all_import_json_to_xml.php
[edit]
[-] wp_all_import_rand_char.php
[edit]
[-] wp_all_import_xml2array.php
[edit]
[-] wp_all_import_is_json.php
[edit]
[-] wp_all_import_get_image_from_gallery.php
[edit]
[-] wp_all_import_get_parent_post.php
[edit]
[-] wp_all_import_rmdir.php
[edit]
[-] wp_all_import_addon_notifications.php
[edit]
[-] wp_all_import_get_feed_type.php
[edit]
[-] wp_all_import_strip_tags_content.php
[edit]
[-] wp_all_import_remove_source.php
[edit]
[-] wp_all_import_get_reader_engine.php
[edit]
[-] get_taxonomies_by_object_type.php
[edit]
[-] wp_all_import_ctx_mapping.php
[edit]
[-] wp_all_import_get_parent_terms.php
[edit]
[-] wp_all_import_url_title.php
[edit]
[-] pmxi_findDuplicates.php
[edit]
[-] backward.php
[edit]
[-] str_getcsv.php
[edit]
[-] wp_all_import_is_update_cf.php
[edit]
[-] wp_all_import_get_gz.php
[edit]
[-] wp_redirect_or_javascript.php
[edit]
[-] is_exists_term.php
[edit]
[-] functions.php
[edit]
[-] wp_all_import_template_notifications.php
[edit]
[-] pmxi_recursion_taxes.php
[edit]
[-] wpai_util_map.php
[edit]
[-] wp_delete_attachments.php
[edit]
[-] reverse_taxonomies_html.php
[edit]
[-] wp_all_import_secure_file.php
[edit]
[-] wp_all_import_sanitize_filename.php
[edit]