PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wp-all-export-pro
/
actions
<?php function pmxe_init() { if ( ! empty($_GET['zapier_auth']) ) { if ( ! empty($_GET['api_key']) ) { $zapier_api_key = PMXE_Plugin::getInstance()->getOption('zapier_api_key'); if ( ! empty($zapier_api_key) and $zapier_api_key == $_GET['api_key'] ) { exit(json_encode(array('status' => 'success'))); } else { http_response_code(401); exit(json_encode(array('status' => __('Error. Incorrect API key, check the WP All Export Pro settings page.', 'wp_all_export_plugin')))); } } else { http_response_code(401); exit(json_encode(array('status' => __('Error. Incorrect API key, check the WP All Export Pro settings page.', 'wp_all_export_plugin')))); } } if(!empty($_GET['check_connection'])) { exit(json_encode(array('success' => true))); } }
[+]
..
[-] wp_ajax_wpallexport.php
[edit]
[-] wp_ajax_save_scheduling.php
[edit]
[-] wp_ajax_wpae_filtering.php
[edit]
[-] wp_ajax_wpae_preview.php
[edit]
[-] wp_ajax_dismiss_export_warnings.php
[edit]
[-] admin_menu.php
[edit]
[-] pmxe_before_export.php
[edit]
[-] init.php
[edit]
[-] wp_ajax_dismiss_warnings.php
[edit]
[-] wp_ajax_generate_zapier_api_key.php
[edit]
[-] pmxe_after_export.php
[edit]
[-] admin_notices.php
[edit]
[-] admin_init.php
[edit]
[-] wp_ajax_scheduling_dialog_content.php
[edit]
[-] wp_ajax_save_functions.php
[edit]
[-] pmxe_exported_post.php
[edit]
[-] wp_loaded.php
[edit]
[-] wp_ajax_get_xml_spec.php
[edit]
[-] wpmu_new_blog.php
[edit]
[-] admin_head.php
[edit]
[-] wp_ajax_wpae_available_rules.php
[edit]
[-] wp_ajax_wpae_filtering_count.php
[edit]