Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

public function mo_sps_load_hooks() { add_action("\x61\144\155\151\x6e\x..

Decoded Output download

<?      public function mo_sps_load_hooks() 
    { 
        add_action("admin_menu", array($this, "mo_sps_admin_menu")); 
        add_action("init", array(mediaObserver::getObserver(), "mo_sps_media_observer"), 0); 
        add_action("init", array(adminObserver::getObserver(), "mo_sps_admin_observer")); 
        add_action("init", array(taxonomyObserver::getObserver(), "mo_sps_register_taxonomy"), 1); 
        add_action("init", array($this, "custom_attachment_post_type"), 0); 
        add_action("admin_init", array(adminController::getController(), "mo_sps_admin_controller")); 
        add_action("admin_enqueue_scripts", array($this, "mo_sps_settings_style")); 
        add_action("admin_enqueue_scripts", array($this, "mo_sps_settings_scripts")); 
        add_action("wp_ajax_mo_doc_lib_embed", array(mediaObserver::getObserver(), "mo_doc_lib_embed_api_handler")); 
        add_action("wp_ajax_nopriv_mo_doc_lib_embed", array(mediaObserver::getObserver(), "mo_doc_lib_embed_api_handler")); 
        if (!Mo_License_Service::is_customer_license_valid()) { 
            goto wy; 
        } 
        add_action("wp_ajax_mo_sps_sync_file", array(adminObserver::getObserver(), "mo_sps_sync_file")); 
        add_action("wp_ajax_nopriv_mo_sps_sync_file", array(adminObserver::getObserver(), "mo_sps_sync_file")); 
        add_action("wp_ajax_mo_sps_get_file_url", array(adminObserver::getObserver(), "mo_sps_get_file_url")); 
        add_action("wp_ajax_nopriv_mo_sps_get_file_url", array(adminObserver::getObserver(), "mo_sps_get_file_url")); 
        add_action("wp_ajax_mo_sps_get_url_content", array(adminObserver::getObserver(), "mo_sps_get_url_content")); 
        add_action("wp_ajax_nopriv_mo_sps_get_url_content", array(adminObserver::getObserver(), "mo_sps_get_url_content")); 
        add_action("wp_ajax_mo_sps_sync_specific_file", array(adminObserver::getObserver(), "mo_sps_sync_specific_file")); 
        add_action("wp_ajax_nopriv_mo_sps_sync_specific_file", array(adminObserver::getObserver(), "mo_sps_sync_specific_file")); 
        add_action("wp_ajax_mo_sps_download_file", array(mediaObserver::getObserver(), "mo_sps_download_file")); 
        add_action("wp_ajax_nopriv_mo_sps_download_file", array(mediaObserver::getObserver(), "mo_sps_download_file")); 
        add_action("wp_ajax_mo_doc_lib_upload", array(mediaObserver::getObserver(), "mo_doc_lib_upload_api_handler")); 
        add_action("wp_ajax_nopriv_mo_doc_lib_upload", array(mediaObserver::getObserver(), "mo_doc_lib_upload_api_handler")); 
        add_action("wp_ajax_mo_azure_sync_ajax_submit", array(mediaLibrarySync::getController(), "mo_sps_get_drives")); 
        add_action("wp_ajax_mo_sps_media_ajax_submit", array(mediaLibrarySync::getController(), "mo_sps_media_ajax_submit")); 
        add_action("wp_ajax_mo_sps_generate_url", array(SyncMOSPS::getObserver(), "mo_sps_generate_url")); 
        add_action("wp_ajax_mo_sps_shortcode", array(shortcodeObserver::getObserver(), "mo_sps_shortcode_api_handler")); 
        add_action("wp_ajax_mo_sps_app_configuration", array(appConfigObserver::getObserver(), "mo_sps_app_configuration_api_handler")); 
        add_action("wp_ajax_mo_azure_sync_ajax_submit", array(mediaLibrarySync::getController(), "mo_sps_get_drives")); 
        wy: 
        add_shortcode("MO_SHAREPOINT_LIBRARY_DYNAMIC", array(mediaObserver::getObserver(), "mo_sharepoint_library_dynamics_shortcode")); 
        add_shortcode("MO_SHAREPOINT_LIBRARY", array(mediaObserver::getObserver(), "mo_sharepoint_library_shortcode")); 
        add_shortcode("MO_SHAREPOINT_LIST", array(mediaObserver::getObserver(), "mo_sps_embed_shortcode_sharepoint_List")); 
        add_shortcode("MO_SHAREPOINT_UPLOAD", array(mediaObserver::getObserver(), "mo_sps_shortcode_upload_in_sharepoint_library")); 
        add_shortcode("MO_SHAREPOINT_DISPLAY_FILE_LIST", array(mediaObserver::getObserver(), "mo_sps_embed_shortcode_sharepoint_file_list")); 
        add_shortcode("MO_SHAREPOINT_SPECIFIC_FILE", array(mediaObserver::getObserver(), "mo_sps_embed_shortcode_sharepoint_video")); 
        add_shortcode("MO_SHAREPOINT_NEWS", array(mediaObserver::getObserver(), "mo_sps_embed_shortcode_sharepoint_news")); 
        add_shortcode("MO_SHAREPOINT_EVENTS", array(mediaObserver::getObserver(), "mo_sps_embed_shortcode_sharepoint_events")); 
        add_shortcode("MO_SHAREPOINT_UPLOAD_DOCUMENT", array(mediaObserver::getObserver(), "mo_sps_shortcode_Upload_wordpress_to_sharepoint_library")); 
        register_activation_hook(__FILE__, array(dbWrapper::getSPSWrapper(), "mo_sps_create_media_table")); 
        register_deactivation_hook(__FILE__, array($this, "mo_sps_deactivate")); 
        add_filter("wp_get_attachment_url", array($this, "mo_sps_get_attachment_url"), 1000, 2); 
        add_filter("wp_prepare_attachment_for_js", array($this, "mo_sps_get_image_for_attachment"), 100, 3); 
        add_filter("http_request_timeout", array($this, "mo_sps_bump_request_timeout")); 
        add_filter("cron_schedules", array(SyncMOSPS::getObserver(), "mo_sps_cron_custom_schedule")); 
        add_action("mo_sps_sync_doc_action", array(SyncMOSPS::getObserver(), "mo_sps_sync_doc_action"), 10, 2); 
        add_action("mo_sps_folder_sync_action", array(SyncMOSPS::getObserver(), "mo_sps_folder_sync_action"), 10, 1); 
        register_uninstall_hook(__FILE__, "mo_sps_uninstall"); 
        add_action("mo_sps_upload_files", array(uploadObserver::getObserver(), "mo_sps_gform_file_sync"), 10, 4); 
        add_action("admin_init", array($this, "mo_sps_plugin_check_migration")); 
        add_action("admin_init", array($this, "mo_sps_plugin_handle_migration_action")); 
        add_action("rest_api_init", array($this, "my_plugin_register_routes")); 
        add_filter("mo_sps_get_all_sites", array($this, "mo_sps_get_all_sites_filter"), 10, 0); 
        add_filter("mo_sps_get_all_drives", array($this, "mo_sps_get_all_drives_filter"), 10, 1); 
        add_filter("mo_sps_get_all_docs", array($this, "mo_sps_get_all_docs_filter"), 10, 1); 
        add_filter("mo_sps_get_all_folder_items", array($this, "mo_sps_get_all_folder_items_filter"), 10, 2); 
        add_filter("woocommerce_order_get_downloadable_items", array($this, "mo_sps_handle_woocommerce_downloadable_item")); 
        add_action("mo_oauth_logged_in_user_token", array($this, "mo_sps_handle_user_token_oauth"), 10, 2); 
        add_action("wp_logout", array($this, "mo_sps_end_session")); 
    } ?>

Did this file decode correctly?

Original Code

    public function mo_sps_load_hooks()
    {
        add_action("\x61\144\155\151\x6e\x5f\x6d\145\x6e\x75", array($this, "\x6d\x6f\x5f\x73\160\x73\137\141\144\x6d\151\x6e\137\x6d\145\156\165"));
        add_action("\x69\x6e\x69\164", array(mediaObserver::getObserver(), "\x6d\x6f\x5f\x73\x70\163\x5f\x6d\x65\144\x69\141\137\157\x62\163\145\x72\x76\x65\x72"), 0);
        add_action("\x69\x6e\x69\x74", array(adminObserver::getObserver(), "\x6d\x6f\137\x73\160\163\x5f\141\x64\x6d\151\x6e\137\x6f\142\x73\145\162\x76\x65\x72"));
        add_action("\151\x6e\151\164", array(taxonomyObserver::getObserver(), "\155\x6f\x5f\x73\x70\163\x5f\x72\x65\147\x69\163\x74\x65\x72\137\164\x61\x78\x6f\x6e\x6f\155\171"), 1);
        add_action("\151\156\151\x74", array($this, "\x63\x75\163\164\157\155\x5f\141\164\x74\x61\143\150\x6d\x65\x6e\164\x5f\160\x6f\x73\x74\x5f\164\x79\160\x65"), 0);
        add_action("\x61\x64\155\151\x6e\137\151\156\151\164", array(adminController::getController(), "\155\x6f\x5f\163\x70\163\x5f\x61\x64\x6d\x69\156\137\143\x6f\156\x74\162\x6f\x6c\x6c\145\x72"));
        add_action("\x61\144\155\151\156\x5f\145\x6e\161\x75\145\x75\x65\137\x73\x63\x72\151\x70\x74\x73", array($this, "\155\x6f\137\163\160\163\137\163\145\164\x74\151\x6e\x67\163\137\x73\x74\171\154\x65"));
        add_action("\x61\144\155\x69\x6e\137\145\156\x71\165\x65\x75\x65\x5f\163\x63\x72\x69\160\164\163", array($this, "\155\157\137\x73\160\163\137\163\145\x74\x74\x69\156\147\x73\137\x73\143\x72\x69\x70\x74\163"));
        add_action("\x77\x70\x5f\141\x6a\141\170\x5f\155\x6f\x5f\144\x6f\143\137\x6c\151\142\137\x65\x6d\142\145\144", array(mediaObserver::getObserver(), "\155\157\x5f\x64\x6f\143\137\x6c\x69\x62\x5f\145\155\x62\145\x64\137\x61\x70\x69\x5f\150\141\x6e\x64\x6c\145\162"));
        add_action("\x77\160\137\x61\x6a\141\170\137\x6e\157\160\162\151\166\x5f\155\157\x5f\x64\157\143\137\x6c\x69\142\137\145\155\x62\145\144", array(mediaObserver::getObserver(), "\155\157\137\x64\157\x63\x5f\154\x69\x62\137\145\155\x62\145\x64\137\x61\x70\151\x5f\x68\x61\156\x64\x6c\x65\x72"));
        if (!Mo_License_Service::is_customer_license_valid()) {
            goto wy;
        }
        add_action("\x77\160\137\141\x6a\x61\x78\137\155\x6f\137\163\160\163\137\163\171\x6e\143\137\x66\151\x6c\145", array(adminObserver::getObserver(), "\155\157\x5f\x73\160\x73\137\163\171\156\x63\137\146\x69\x6c\145"));
        add_action("\167\x70\137\x61\152\x61\170\x5f\x6e\x6f\160\x72\151\166\137\155\x6f\137\x73\160\163\x5f\x73\171\156\143\x5f\x66\151\154\x65", array(adminObserver::getObserver(), "\x6d\x6f\x5f\163\x70\163\x5f\163\x79\x6e\143\x5f\x66\151\x6c\145"));
        add_action("\167\160\137\141\x6a\x61\170\137\x6d\157\137\163\160\163\x5f\147\x65\x74\137\x66\x69\154\145\x5f\x75\x72\x6c", array(adminObserver::getObserver(), "\155\x6f\137\163\x70\163\137\x67\x65\x74\x5f\146\x69\154\x65\137\x75\x72\x6c"));
        add_action("\167\160\137\x61\152\141\170\x5f\x6e\x6f\160\x72\151\x76\x5f\x6d\x6f\x5f\x73\160\x73\137\x67\x65\164\x5f\x66\151\x6c\x65\137\x75\x72\x6c", array(adminObserver::getObserver(), "\155\x6f\x5f\163\160\163\x5f\x67\x65\164\137\146\x69\154\x65\137\x75\162\x6c"));
        add_action("\167\x70\x5f\141\x6a\x61\x78\x5f\x6d\157\137\x73\160\163\x5f\x67\145\164\137\165\x72\154\x5f\143\x6f\156\164\x65\x6e\x74", array(adminObserver::getObserver(), "\155\x6f\137\x73\160\x73\x5f\147\x65\164\137\x75\x72\x6c\137\143\157\156\x74\x65\x6e\164"));
        add_action("\x77\160\x5f\141\152\141\x78\137\x6e\x6f\x70\x72\151\166\x5f\x6d\x6f\x5f\x73\160\163\x5f\x67\x65\164\x5f\165\162\154\137\x63\x6f\x6e\164\145\x6e\164", array(adminObserver::getObserver(), "\x6d\157\x5f\x73\160\x73\x5f\x67\x65\x74\x5f\x75\x72\154\137\x63\157\156\x74\x65\156\164"));
        add_action("\167\160\x5f\x61\x6a\141\x78\x5f\x6d\157\x5f\163\x70\163\137\163\x79\x6e\143\x5f\163\x70\x65\x63\x69\x66\151\x63\x5f\x66\x69\154\145", array(adminObserver::getObserver(), "\x6d\157\137\163\x70\163\137\x73\x79\156\x63\137\x73\x70\x65\143\x69\x66\x69\143\x5f\146\151\x6c\x65"));
        add_action("\167\x70\x5f\141\x6a\x61\x78\x5f\156\157\x70\162\x69\166\x5f\155\x6f\x5f\x73\x70\x73\x5f\163\x79\x6e\143\137\x73\160\145\x63\x69\x66\x69\143\x5f\x66\x69\154\x65", array(adminObserver::getObserver(), "\155\x6f\137\163\160\163\x5f\163\x79\156\x63\137\x73\160\145\143\151\x66\x69\x63\x5f\x66\151\x6c\x65"));
        add_action("\x77\160\x5f\x61\x6a\x61\x78\137\x6d\x6f\x5f\x73\x70\163\137\144\157\167\x6e\154\x6f\141\144\x5f\146\x69\x6c\x65", array(mediaObserver::getObserver(), "\155\157\137\163\x70\x73\137\144\x6f\167\156\154\x6f\141\x64\137\x66\x69\x6c\145"));
        add_action("\x77\160\137\x61\x6a\x61\170\x5f\x6e\x6f\x70\162\151\166\x5f\155\x6f\x5f\x73\160\163\x5f\x64\157\x77\x6e\154\x6f\141\x64\x5f\x66\151\154\x65", array(mediaObserver::getObserver(), "\x6d\x6f\137\163\x70\163\137\x64\157\167\156\154\157\141\x64\x5f\x66\x69\154\145"));
        add_action("\x77\x70\137\x61\x6a\x61\170\137\155\x6f\x5f\x64\157\x63\137\154\151\142\x5f\x75\160\x6c\157\141\144", array(mediaObserver::getObserver(), "\155\157\137\x64\157\143\x5f\x6c\x69\142\137\165\160\x6c\x6f\141\x64\137\141\x70\x69\137\150\x61\156\x64\x6c\145\162"));
        add_action("\x77\160\x5f\141\152\141\x78\137\156\157\160\x72\x69\166\137\155\157\x5f\144\157\x63\137\154\151\142\x5f\x75\x70\154\157\141\144", array(mediaObserver::getObserver(), "\x6d\x6f\137\x64\x6f\143\x5f\x6c\151\x62\137\x75\x70\154\157\x61\x64\x5f\141\x70\151\137\x68\x61\156\x64\154\145\x72"));
        add_action("\x77\160\x5f\x61\152\x61\x78\x5f\x6d\157\x5f\x61\172\165\x72\145\x5f\163\x79\x6e\143\137\x61\152\141\x78\x5f\163\165\142\155\x69\164", array(mediaLibrarySync::getController(), "\155\157\137\163\160\x73\x5f\147\145\x74\137\144\162\x69\x76\x65\163"));
        add_action("\x77\x70\137\141\x6a\141\x78\137\155\157\x5f\163\x70\x73\137\x6d\x65\x64\151\x61\137\141\152\x61\x78\137\x73\165\142\x6d\x69\164", array(mediaLibrarySync::getController(), "\x6d\x6f\x5f\x73\x70\163\137\155\x65\x64\151\x61\137\141\152\x61\x78\x5f\163\x75\x62\x6d\151\x74"));
        add_action("\x77\160\x5f\141\x6a\x61\170\x5f\x6d\157\x5f\x73\x70\163\x5f\147\x65\156\x65\x72\x61\164\x65\137\165\162\x6c", array(SyncMOSPS::getObserver(), "\x6d\x6f\x5f\x73\160\163\137\x67\x65\156\145\162\x61\x74\x65\x5f\165\x72\154"));
        add_action("\x77\x70\137\141\152\x61\x78\137\x6d\x6f\x5f\163\160\163\137\163\150\x6f\162\164\143\157\144\x65", array(shortcodeObserver::getObserver(), "\155\x6f\x5f\x73\x70\x73\x5f\163\150\157\x72\164\x63\x6f\x64\x65\x5f\x61\160\151\137\150\x61\156\144\154\145\x72"));
        add_action("\x77\x70\137\x61\x6a\x61\170\x5f\155\x6f\137\x73\x70\163\x5f\141\160\x70\137\x63\x6f\x6e\x66\151\x67\165\x72\x61\x74\151\157\156", array(appConfigObserver::getObserver(), "\155\157\137\x73\160\x73\x5f\141\160\x70\x5f\x63\x6f\156\146\151\x67\x75\x72\x61\164\151\x6f\x6e\137\141\160\151\137\150\x61\x6e\x64\154\145\x72"));
        add_action("\167\160\137\141\152\141\170\137\x6d\x6f\137\x61\x7a\165\162\x65\x5f\x73\x79\x6e\x63\x5f\141\152\x61\170\x5f\x73\165\142\x6d\x69\164", array(mediaLibrarySync::getController(), "\155\157\137\x73\x70\163\137\147\x65\164\x5f\x64\x72\x69\x76\145\x73"));
        wy:
        add_shortcode("\115\117\x5f\123\110\101\122\105\x50\x4f\111\x4e\124\x5f\x4c\111\x42\x52\x41\122\131\x5f\x44\131\x4e\101\x4d\111\103", array(mediaObserver::getObserver(), "\155\x6f\137\x73\x68\141\x72\x65\x70\157\x69\x6e\x74\x5f\154\151\x62\x72\x61\162\x79\x5f\x64\x79\156\x61\155\151\x63\x73\137\x73\x68\157\162\x74\143\157\144\x65"));
        add_shortcode("\x4d\x4f\137\x53\110\x41\122\105\x50\x4f\111\116\x54\137\114\x49\102\x52\101\x52\131", array(mediaObserver::getObserver(), "\x6d\157\x5f\x73\x68\x61\162\x65\160\x6f\151\156\164\x5f\x6c\151\142\162\x61\x72\171\137\163\x68\157\x72\164\x63\x6f\144\x65"));
        add_shortcode("\115\117\137\x53\110\101\122\x45\x50\117\111\x4e\x54\137\114\x49\x53\124", array(mediaObserver::getObserver(), "\x6d\x6f\137\163\x70\163\137\x65\x6d\142\x65\x64\x5f\x73\150\157\x72\164\143\157\x64\145\137\163\x68\141\162\145\x70\x6f\151\156\164\137\x4c\151\163\x74"));
        add_shortcode("\x4d\x4f\137\x53\110\101\x52\105\120\117\111\x4e\x54\x5f\x55\120\x4c\117\101\x44", array(mediaObserver::getObserver(), "\x6d\157\137\x73\160\163\137\163\x68\x6f\x72\164\x63\157\144\145\x5f\165\x70\x6c\157\141\144\137\x69\156\137\x73\x68\141\x72\145\x70\157\151\156\164\x5f\154\151\142\162\141\162\x79"));
        add_shortcode("\115\117\137\123\x48\x41\122\105\x50\x4f\x49\116\124\137\x44\111\x53\x50\x4c\101\131\x5f\106\x49\x4c\x45\137\x4c\111\123\124", array(mediaObserver::getObserver(), "\155\157\137\x73\160\163\137\145\x6d\x62\145\144\x5f\163\150\x6f\162\x74\143\157\x64\145\137\x73\150\141\x72\145\160\x6f\151\x6e\164\x5f\x66\x69\154\x65\137\x6c\x69\x73\x74"));
        add_shortcode("\115\117\137\123\110\101\x52\x45\x50\117\111\x4e\124\x5f\x53\x50\105\x43\111\x46\111\x43\x5f\106\111\x4c\x45", array(mediaObserver::getObserver(), "\x6d\157\x5f\x73\160\163\137\145\155\x62\145\144\137\x73\x68\x6f\x72\x74\x63\157\144\145\137\x73\150\x61\x72\145\160\x6f\151\x6e\164\137\x76\x69\x64\x65\x6f"));
        add_shortcode("\x4d\x4f\137\123\110\x41\122\x45\x50\x4f\x49\x4e\124\x5f\x4e\105\127\x53", array(mediaObserver::getObserver(), "\x6d\x6f\137\x73\160\163\137\145\x6d\x62\x65\x64\x5f\163\150\x6f\x72\x74\143\x6f\144\x65\x5f\163\x68\141\x72\145\160\x6f\x69\x6e\x74\x5f\156\145\x77\163"));
        add_shortcode("\115\117\137\123\110\101\x52\x45\120\117\111\x4e\124\x5f\x45\x56\105\x4e\x54\x53", array(mediaObserver::getObserver(), "\x6d\157\x5f\x73\x70\x73\x5f\145\155\x62\145\x64\137\x73\150\x6f\162\164\143\157\144\145\x5f\x73\x68\141\162\x65\x70\x6f\x69\156\164\x5f\x65\x76\145\x6e\164\x73"));
        add_shortcode("\x4d\x4f\137\x53\110\101\x52\x45\x50\x4f\x49\x4e\x54\x5f\x55\120\114\117\101\x44\x5f\104\x4f\x43\125\x4d\105\x4e\x54", array(mediaObserver::getObserver(), "\x6d\157\137\x73\x70\x73\x5f\x73\150\157\x72\164\143\x6f\144\145\x5f\x55\160\x6c\157\141\144\x5f\x77\x6f\x72\x64\x70\162\145\163\x73\137\164\157\137\163\x68\141\x72\145\x70\x6f\x69\156\164\137\154\151\x62\x72\x61\162\171"));
        register_activation_hook(__FILE__, array(dbWrapper::getSPSWrapper(), "\155\157\137\x73\x70\x73\x5f\143\x72\x65\x61\x74\x65\137\x6d\x65\144\x69\141\x5f\164\141\x62\154\x65"));
        register_deactivation_hook(__FILE__, array($this, "\155\x6f\x5f\x73\x70\163\x5f\x64\145\141\143\164\x69\166\x61\x74\145"));
        add_filter("\x77\160\137\x67\145\164\137\x61\164\x74\141\143\x68\155\145\156\x74\x5f\x75\x72\x6c", array($this, "\x6d\x6f\x5f\x73\160\x73\137\147\145\164\137\x61\x74\x74\x61\x63\150\x6d\x65\156\164\x5f\165\162\154"), 1000, 2);
        add_filter("\x77\160\137\160\x72\x65\x70\141\x72\145\x5f\x61\x74\x74\x61\x63\150\x6d\145\x6e\164\137\x66\x6f\x72\137\x6a\x73", array($this, "\155\x6f\x5f\163\160\163\137\x67\x65\x74\137\x69\155\x61\x67\145\x5f\x66\157\x72\x5f\x61\164\x74\x61\x63\150\155\145\x6e\164"), 100, 3);
        add_filter("\x68\164\164\x70\x5f\x72\x65\161\x75\145\163\164\137\x74\x69\155\x65\157\x75\x74", array($this, "\155\x6f\137\x73\x70\x73\137\x62\165\155\160\137\162\x65\x71\165\145\163\164\x5f\164\151\155\x65\x6f\x75\164"));
        add_filter("\143\x72\157\156\137\x73\x63\x68\145\x64\x75\154\145\163", array(SyncMOSPS::getObserver(), "\x6d\157\x5f\163\160\x73\137\x63\162\x6f\156\137\143\x75\163\x74\157\155\x5f\x73\143\x68\145\x64\165\x6c\x65"));
        add_action("\x6d\x6f\137\163\160\x73\137\163\x79\x6e\143\x5f\144\157\x63\x5f\x61\x63\x74\x69\x6f\156", array(SyncMOSPS::getObserver(), "\155\x6f\x5f\x73\160\x73\137\163\x79\x6e\x63\137\144\x6f\143\x5f\141\x63\x74\151\x6f\x6e"), 10, 2);
        add_action("\x6d\157\137\163\160\163\x5f\146\x6f\x6c\x64\x65\x72\137\x73\171\x6e\143\x5f\141\143\x74\x69\x6f\x6e", array(SyncMOSPS::getObserver(), "\x6d\157\x5f\x73\160\163\x5f\146\x6f\154\144\x65\162\137\x73\x79\156\143\x5f\x61\x63\x74\x69\157\156"), 10, 1);
        register_uninstall_hook(__FILE__, "\x6d\x6f\x5f\x73\x70\163\137\x75\x6e\x69\x6e\163\164\x61\154\x6c");
        add_action("\x6d\157\137\x73\x70\x73\137\x75\160\154\157\141\144\137\x66\151\154\145\x73", array(uploadObserver::getObserver(), "\x6d\157\x5f\x73\x70\x73\x5f\147\x66\157\x72\155\137\146\x69\x6c\145\x5f\x73\171\156\x63"), 10, 4);
        add_action("\141\x64\x6d\x69\156\137\x69\x6e\151\164", array($this, "\x6d\157\137\x73\x70\163\x5f\160\x6c\165\147\151\x6e\x5f\143\x68\x65\x63\x6b\137\155\x69\147\162\141\x74\x69\157\x6e"));
        add_action("\x61\144\x6d\151\156\x5f\151\156\151\164", array($this, "\x6d\x6f\137\x73\x70\163\x5f\160\154\165\x67\151\156\x5f\150\141\156\x64\154\x65\137\x6d\x69\147\162\x61\164\151\x6f\156\137\141\x63\x74\x69\157\156"));
        add_action("\162\x65\x73\x74\x5f\141\160\x69\x5f\151\x6e\151\x74", array($this, "\155\171\137\x70\x6c\x75\x67\x69\156\137\162\145\147\151\x73\164\145\x72\x5f\162\x6f\165\x74\x65\163"));
        add_filter("\155\x6f\x5f\x73\160\x73\137\147\x65\164\137\x61\x6c\x6c\137\x73\151\x74\x65\x73", array($this, "\155\x6f\x5f\163\160\163\137\x67\145\x74\x5f\x61\154\x6c\137\163\151\x74\145\163\137\146\x69\x6c\164\145\162"), 10, 0);
        add_filter("\x6d\157\x5f\163\160\x73\x5f\x67\x65\x74\137\x61\154\x6c\x5f\144\x72\x69\x76\x65\x73", array($this, "\x6d\157\x5f\x73\160\163\x5f\147\145\164\x5f\x61\154\x6c\137\144\162\x69\x76\x65\x73\137\146\151\154\x74\145\x72"), 10, 1);
        add_filter("\x6d\x6f\x5f\163\x70\x73\x5f\147\145\x74\137\141\154\154\137\144\x6f\x63\x73", array($this, "\155\157\x5f\x73\160\163\137\x67\145\x74\x5f\141\x6c\154\x5f\144\157\143\163\x5f\146\151\154\164\x65\x72"), 10, 1);
        add_filter("\x6d\x6f\x5f\163\160\163\137\147\145\164\x5f\x61\x6c\154\x5f\x66\157\154\x64\x65\x72\137\151\x74\145\155\163", array($this, "\x6d\x6f\137\163\x70\163\137\147\145\164\x5f\x61\x6c\154\x5f\146\x6f\154\x64\x65\x72\x5f\x69\x74\145\155\x73\x5f\146\151\x6c\x74\145\x72"), 10, 2);
        add_filter("\167\157\x6f\143\157\155\155\145\x72\x63\145\x5f\x6f\x72\x64\x65\x72\137\147\x65\164\137\144\x6f\167\156\x6c\157\x61\x64\x61\142\154\x65\137\x69\164\145\155\x73", array($this, "\x6d\x6f\x5f\x73\160\x73\x5f\x68\141\x6e\x64\x6c\145\137\x77\157\157\x63\x6f\x6d\155\145\162\x63\145\137\x64\x6f\x77\156\x6c\157\141\x64\141\142\154\x65\x5f\x69\164\x65\x6d"));
        add_action("\x6d\157\137\x6f\141\165\x74\150\137\x6c\x6f\x67\x67\145\x64\x5f\x69\x6e\x5f\165\x73\145\162\x5f\164\157\x6b\145\156", array($this, "\155\157\x5f\163\x70\163\x5f\x68\x61\x6e\144\x6c\x65\137\165\x73\145\162\x5f\164\x6f\x6b\x65\x6e\x5f\x6f\141\x75\164\x68"), 10, 2);
        add_action("\167\x70\x5f\154\x6f\x67\x6f\x75\x74", array($this, "\155\x6f\x5f\163\x70\163\x5f\145\x6e\x64\x5f\163\145\x73\163\151\157\x6e"));
    }

Function Calls

None

Variables

None

Stats

MD5 676a696c8bf1c96f62ed20039597fbab
Eval Count 0
Decode Time 70 ms