Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
Searching 133 files for "add_action" C:\xampp\htdocs\tms-sso-work\wp-content\plugins\mi..
Decoded Output download
<? Searching 133 files for "add_action"
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\MoIDP.php:
34 function addHooks()
35 {
36: add_action("mo_idp_show_message", array($this, "mo_show_message"), 1, 2);
37: add_action("admin_menu", array($this, "mo_idp_menu"));
38: add_action("admin_enqueue_scripts", array($this, "mo_idp_plugin_settings_style"));
39: add_action("admin_enqueue_scripts", array($this, "mo_idp_plugin_settings_script"));
40: add_action("enqueue_scripts", array($this, "mo_idp_plugin_settings_style"));
41: add_action("enqueue_scripts", array($this, "mo_idp_plugin_settings_script"));
42: add_action("admin_footer", array($this, "feedback_request"));
43 add_filter("plugin_action_links_" . MSI_PLUGIN_NAME, array($this, "mo_idp_plugin_anchor_links"));
44 register_activation_hook(MSI_PLUGIN_NAME, array($this, "mo_plugin_activate"));
..
94 function addSecondaryHooks()
95 {
96: add_action("flush_cache", array($this, "flush_cache"), 1);
97: add_action("startdprocess", array($this, "startdprocess"), 1);
98 register_deactivation_hook(MSI_PLUGIN_NAME, array($this, "mo_idp_deactivate"));
99 }
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\actions\BasePostAction.php:
11 function __construct()
12 {
13: add_action("admin_init", array($this, "handle_post_data"), 1);
14 }
15 abstract function handle_post_data();
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\actions\ManageUserTableViewAction.php:
18 add_filter("manage_users_custom_column", array($this, "new_modify_user_table_row"), 1, 3);
19 add_filter("pre_get_users", array($this, "filter_sso_user_table"), 99, 1);
20: add_action("manage_users_extra_tablenav", array($this, "render_filter_sso_user_actions"), 99, 1);
21 DU:
22 }
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\actions\SSOActions.php:
32 $this->sendResponseHandler = SendResponseHandler::instance();
33 $this->requestProcessHandler = ProcessRequestHandler::instance();
34: add_action("init", array($this, "_handle_SSO"));
35: add_action("wp_login", array($this, "mo_idp_handle_post_login"), 99);
36: add_action("wp_logout", array($this, "mo_idp_logout"), 1, 1);
37 add_filter("modify_saml_attr_value", array($this, "modifyUserAttributeDateValue"), 1, 1);
38: add_action("mo_check_before_misr", array($this, "mo_idp_restrict_users"), 1, 3);
39 add_filter("mo_idp_custom_login_url", array($this, "mo_idp_return_custom_login"), 10, 1);
40 }
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\actions\UpdateFrameworkActions.php:
17 {
18 $this->lkHandler = LKHandler::instance();
19: add_action("admin_init", array($this, "prepare"));
20: add_action("admin_init", array($this, "mo_idp_update_crons"));
21: add_action("admin_notices", array($this, "mo_idp_update_notice"));
22: add_action("mo_idp_version_check", array($this, "mo_idp_lversion_check"));
23: add_action("wp_dashboard_setup", array($this, "mo_idp_add_dashboard_widgets"));
24 }
25 function prepare()
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\helper\constants\MoIdPDisplayMessages.php:
12 $this->_message = $hW;
13 $this->_type = $ZV;
14: add_action("admin_notices", array($this, "render"));
15 }
16 function render()
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\schedulers\MoIDPScheduler.php:
11 add_filter("cron_schedules", array($this, "custom_cron_schedule"));
12 foreach ($this->eventActionPair as $xO => $l7) {
13: add_action($xO, $l7);
14 cs:
15 }
22 matches across 7 files
Searching 133 files for "add_filter"
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\MoIDP.php:
41 add_action("enqueue_scripts", array($this, "mo_idp_plugin_settings_script"));
42 add_action("admin_footer", array($this, "feedback_request"));
43: add_filter("plugin_action_links_" . MSI_PLUGIN_NAME, array($this, "mo_idp_plugin_anchor_links"));
44 register_activation_hook(MSI_PLUGIN_NAME, array($this, "mo_plugin_activate"));
45 }
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\actions\ManageUserTableViewAction.php:
15 goto DU;
16 }
17: add_filter("manage_users_columns", array($this, "new_modify_user_table"), 1, 1);
18: add_filter("manage_users_custom_column", array($this, "new_modify_user_table_row"), 1, 3);
19: add_filter("pre_get_users", array($this, "filter_sso_user_table"), 99, 1);
20 add_action("manage_users_extra_tablenav", array($this, "render_filter_sso_user_actions"), 99, 1);
21 DU:
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\actions\SSOActions.php:
35 add_action("wp_login", array($this, "mo_idp_handle_post_login"), 99);
36 add_action("wp_logout", array($this, "mo_idp_logout"), 1, 1);
37: add_filter("modify_saml_attr_value", array($this, "modifyUserAttributeDateValue"), 1, 1);
38 add_action("mo_check_before_misr", array($this, "mo_idp_restrict_users"), 1, 3);
39: add_filter("mo_idp_custom_login_url", array($this, "mo_idp_return_custom_login"), 10, 1);
40 }
41 public function _handle_SSO()
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\helper\utilities\RewriteRules.php:
10 function __construct()
11 {
12: add_filter("mod_rewrite_rules", array($this, "output_htaccess"));
13 }
14 function output_htaccess($Xu)
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\schedulers\MoIDPScheduler.php:
9 function __construct()
10 {
11: add_filter("cron_schedules", array($this, "custom_cron_schedule"));
12 foreach ($this->eventActionPair as $xO => $l7) {
13 add_action($xO, $l7);
8 matches across 5 files
?>
Did this file decode correctly?
Original Code
Searching 133 files for "add_action"
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\MoIDP.php:
34 function addHooks()
35 {
36: add_action("\155\157\x5f\x69\144\160\x5f\x73\150\x6f\167\x5f\x6d\x65\x73\163\x61\x67\145", array($this, "\x6d\x6f\x5f\163\x68\157\x77\137\155\145\163\163\x61\147\145"), 1, 2);
37: add_action("\x61\144\x6d\151\x6e\x5f\155\x65\x6e\165", array($this, "\x6d\x6f\x5f\x69\x64\160\x5f\155\x65\x6e\x75"));
38: add_action("\141\144\x6d\x69\x6e\137\x65\x6e\x71\x75\145\x75\145\x5f\x73\x63\162\x69\160\164\x73", array($this, "\155\157\x5f\151\144\x70\137\160\154\x75\x67\151\156\x5f\x73\x65\164\x74\151\156\x67\163\x5f\x73\x74\x79\x6c\145"));
39: add_action("\141\x64\x6d\151\x6e\x5f\145\156\161\165\145\x75\x65\137\163\x63\x72\151\160\x74\163", array($this, "\x6d\157\x5f\151\144\160\x5f\160\154\165\x67\x69\x6e\137\163\145\x74\x74\151\x6e\x67\163\x5f\163\x63\162\x69\x70\x74"));
40: add_action("\145\x6e\x71\165\145\165\145\x5f\x73\143\162\x69\x70\x74\163", array($this, "\x6d\x6f\x5f\x69\x64\160\137\x70\x6c\165\x67\151\x6e\x5f\x73\x65\x74\x74\x69\x6e\147\x73\137\163\164\171\154\x65"));
41: add_action("\x65\156\161\x75\145\x75\145\x5f\163\x63\162\151\160\164\x73", array($this, "\x6d\157\x5f\151\x64\160\137\160\154\x75\x67\151\156\137\x73\145\x74\164\151\156\147\163\x5f\x73\143\162\x69\160\x74"));
42: add_action("\141\144\x6d\151\x6e\137\146\x6f\157\x74\145\162", array($this, "\146\145\x65\x64\142\x61\143\x6b\137\162\x65\161\x75\145\163\164"));
43 add_filter("\x70\154\x75\147\151\x6e\x5f\141\143\164\151\x6f\x6e\x5f\154\151\x6e\x6b\x73\x5f" . MSI_PLUGIN_NAME, array($this, "\x6d\x6f\137\151\144\160\137\160\x6c\165\147\x69\156\x5f\141\x6e\x63\x68\157\162\x5f\x6c\x69\156\153\163"));
44 register_activation_hook(MSI_PLUGIN_NAME, array($this, "\x6d\157\137\x70\154\x75\147\151\156\137\141\143\164\151\166\141\164\145"));
..
94 function addSecondaryHooks()
95 {
96: add_action("\x66\x6c\165\163\150\x5f\x63\x61\x63\150\x65", array($this, "\x66\154\165\x73\150\x5f\x63\x61\143\x68\145"), 1);
97: add_action("\163\164\x61\162\x74\144\160\162\157\x63\x65\163\163", array($this, "\163\164\x61\x72\164\x64\160\162\x6f\143\x65\x73\163"), 1);
98 register_deactivation_hook(MSI_PLUGIN_NAME, array($this, "\x6d\x6f\137\x69\144\x70\x5f\144\145\x61\x63\164\x69\166\x61\x74\x65"));
99 }
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\actions\BasePostAction.php:
11 function __construct()
12 {
13: add_action("\x61\x64\x6d\x69\x6e\137\x69\156\x69\x74", array($this, "\x68\141\x6e\x64\x6c\145\x5f\160\157\163\x74\137\144\x61\164\141"), 1);
14 }
15 abstract function handle_post_data();
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\actions\ManageUserTableViewAction.php:
18 add_filter("\x6d\141\x6e\141\x67\145\137\165\x73\x65\x72\x73\x5f\x63\x75\x73\x74\157\x6d\x5f\x63\x6f\x6c\165\155\x6e", array($this, "\156\x65\167\137\155\157\x64\151\146\x79\137\165\163\145\x72\x5f\164\x61\142\x6c\145\137\162\x6f\x77"), 1, 3);
19 add_filter("\x70\x72\145\x5f\147\x65\164\x5f\x75\x73\145\x72\163", array($this, "\x66\x69\x6c\x74\145\x72\x5f\163\x73\157\137\165\163\x65\x72\137\x74\141\x62\154\145"), 99, 1);
20: add_action("\155\x61\x6e\x61\x67\x65\x5f\x75\x73\x65\x72\163\137\145\x78\164\x72\x61\x5f\164\x61\x62\x6c\x65\x6e\141\x76", array($this, "\x72\145\156\x64\x65\162\x5f\146\x69\154\164\x65\162\x5f\x73\x73\x6f\x5f\x75\x73\x65\x72\137\141\x63\164\x69\157\x6e\163"), 99, 1);
21 DU:
22 }
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\actions\SSOActions.php:
32 $this->sendResponseHandler = SendResponseHandler::instance();
33 $this->requestProcessHandler = ProcessRequestHandler::instance();
34: add_action("\x69\156\151\x74", array($this, "\x5f\150\141\x6e\144\154\x65\137\123\123\x4f"));
35: add_action("\x77\x70\137\x6c\x6f\x67\x69\x6e", array($this, "\155\x6f\x5f\x69\x64\x70\137\150\x61\156\x64\154\145\137\x70\157\x73\x74\x5f\154\157\147\151\x6e"), 99);
36: add_action("\167\160\x5f\x6c\157\x67\x6f\x75\x74", array($this, "\155\157\x5f\151\144\160\137\154\x6f\x67\157\165\164"), 1, 1);
37 add_filter("\x6d\157\144\x69\x66\x79\x5f\163\141\x6d\154\137\141\x74\x74\x72\x5f\166\141\x6c\165\145", array($this, "\x6d\157\x64\x69\146\x79\x55\x73\x65\x72\101\164\x74\162\151\142\x75\x74\145\104\x61\x74\145\x56\141\154\x75\145"), 1, 1);
38: add_action("\155\157\137\x63\x68\x65\x63\x6b\x5f\142\145\146\x6f\162\x65\137\x6d\151\x73\162", array($this, "\155\157\x5f\151\x64\160\x5f\162\x65\163\164\162\151\x63\164\137\x75\x73\x65\x72\x73"), 1, 3);
39 add_filter("\x6d\x6f\x5f\x69\144\160\137\x63\x75\x73\164\157\x6d\137\x6c\157\147\x69\x6e\137\165\162\154", array($this, "\x6d\157\137\x69\144\160\137\x72\x65\x74\x75\162\156\x5f\x63\165\163\164\x6f\155\137\154\157\x67\x69\156"), 10, 1);
40 }
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\actions\UpdateFrameworkActions.php:
17 {
18 $this->lkHandler = LKHandler::instance();
19: add_action("\x61\144\155\151\156\x5f\x69\x6e\151\164", array($this, "\160\x72\x65\x70\141\162\x65"));
20: add_action("\141\x64\x6d\151\156\137\151\156\151\x74", array($this, "\155\157\137\151\x64\x70\x5f\165\160\x64\141\164\x65\137\143\162\157\156\x73"));
21: add_action("\x61\144\x6d\151\x6e\137\156\x6f\164\151\143\x65\x73", array($this, "\x6d\x6f\x5f\151\144\x70\x5f\165\160\144\x61\164\145\137\156\157\x74\151\143\145"));
22: add_action("\x6d\157\137\151\144\160\137\x76\145\162\163\x69\157\x6e\137\x63\150\x65\143\153", array($this, "\x6d\x6f\x5f\x69\x64\160\137\x6c\x76\145\162\x73\151\157\156\x5f\x63\x68\145\143\153"));
23: add_action("\x77\x70\x5f\x64\x61\163\x68\142\x6f\141\162\x64\137\163\x65\x74\x75\160", array($this, "\155\157\x5f\151\144\160\137\x61\x64\144\x5f\x64\141\x73\x68\x62\157\x61\x72\144\x5f\167\151\144\147\x65\164\x73"));
24 }
25 function prepare()
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\helper\constants\MoIdPDisplayMessages.php:
12 $this->_message = $hW;
13 $this->_type = $ZV;
14: add_action("\141\x64\x6d\x69\x6e\137\x6e\157\164\151\x63\145\163", array($this, "\162\x65\x6e\144\x65\162"));
15 }
16 function render()
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\schedulers\MoIDPScheduler.php:
11 add_filter("\x63\162\x6f\x6e\x5f\163\143\x68\x65\144\x75\154\x65\x73", array($this, "\143\165\x73\164\x6f\x6d\x5f\x63\162\157\156\137\x73\143\150\x65\144\165\154\x65"));
12 foreach ($this->eventActionPair as $xO => $l7) {
13: add_action($xO, $l7);
14 cs:
15 }
22 matches across 7 files
Searching 133 files for "add_filter"
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\MoIDP.php:
41 add_action("\x65\156\161\x75\145\x75\145\x5f\163\x63\162\151\160\164\x73", array($this, "\x6d\157\x5f\151\x64\160\137\160\154\x75\x67\151\156\137\x73\145\x74\164\151\156\147\163\x5f\x73\143\162\x69\160\x74"));
42 add_action("\141\144\x6d\151\x6e\137\146\x6f\157\x74\145\162", array($this, "\146\145\x65\x64\142\x61\143\x6b\137\162\x65\161\x75\145\163\164"));
43: add_filter("\x70\154\x75\147\151\x6e\x5f\141\143\164\151\x6f\x6e\x5f\154\151\x6e\x6b\x73\x5f" . MSI_PLUGIN_NAME, array($this, "\x6d\x6f\137\151\144\160\137\160\x6c\165\147\x69\156\x5f\141\x6e\x63\x68\157\162\x5f\x6c\x69\156\153\163"));
44 register_activation_hook(MSI_PLUGIN_NAME, array($this, "\x6d\157\137\x70\154\x75\147\151\156\137\141\143\164\151\166\141\164\145"));
45 }
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\actions\ManageUserTableViewAction.php:
15 goto DU;
16 }
17: add_filter("\155\x61\156\x61\x67\145\137\165\x73\x65\162\x73\x5f\143\157\x6c\165\x6d\x6e\163", array($this, "\156\x65\x77\x5f\x6d\157\144\151\x66\x79\x5f\x75\x73\145\162\137\164\x61\142\154\x65"), 1, 1);
18: add_filter("\x6d\141\x6e\141\x67\145\137\165\x73\x65\x72\x73\x5f\x63\x75\x73\x74\157\x6d\x5f\x63\x6f\x6c\165\155\x6e", array($this, "\156\x65\167\137\155\157\x64\151\146\x79\137\165\163\145\x72\x5f\164\x61\142\x6c\145\137\162\x6f\x77"), 1, 3);
19: add_filter("\x70\x72\145\x5f\147\x65\164\x5f\x75\x73\145\x72\163", array($this, "\x66\x69\x6c\x74\145\x72\x5f\163\x73\157\137\165\163\x65\x72\137\x74\141\x62\154\145"), 99, 1);
20 add_action("\155\x61\x6e\x61\x67\x65\x5f\x75\x73\x65\x72\163\137\145\x78\164\x72\x61\x5f\164\x61\x62\x6c\x65\x6e\141\x76", array($this, "\x72\145\156\x64\x65\162\x5f\146\x69\154\164\x65\162\x5f\x73\x73\x6f\x5f\x75\x73\x65\x72\137\141\x63\164\x69\157\x6e\163"), 99, 1);
21 DU:
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\actions\SSOActions.php:
35 add_action("\x77\x70\137\x6c\x6f\x67\x69\x6e", array($this, "\155\x6f\x5f\x69\x64\x70\137\150\x61\156\x64\154\145\137\x70\157\x73\x74\x5f\154\157\147\151\x6e"), 99);
36 add_action("\167\160\x5f\x6c\157\x67\x6f\x75\x74", array($this, "\155\157\x5f\151\144\160\137\154\x6f\x67\157\165\164"), 1, 1);
37: add_filter("\x6d\157\144\x69\x66\x79\x5f\163\141\x6d\154\137\141\x74\x74\x72\x5f\166\141\x6c\165\145", array($this, "\x6d\157\x64\x69\146\x79\x55\x73\x65\x72\101\164\x74\162\151\142\x75\x74\145\104\x61\x74\145\x56\141\154\x75\145"), 1, 1);
38 add_action("\155\157\137\x63\x68\x65\x63\x6b\x5f\142\145\146\x6f\162\x65\137\x6d\151\x73\162", array($this, "\155\157\x5f\151\x64\160\x5f\162\x65\163\164\162\151\x63\164\137\x75\x73\x65\x72\x73"), 1, 3);
39: add_filter("\x6d\x6f\x5f\x69\144\160\137\x63\x75\x73\164\157\x6d\137\x6c\157\147\x69\x6e\137\165\162\154", array($this, "\x6d\157\137\x69\144\160\137\x72\x65\x74\x75\162\156\x5f\x63\165\163\164\x6f\155\137\154\157\x67\x69\156"), 10, 1);
40 }
41 public function _handle_SSO()
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\helper\utilities\RewriteRules.php:
10 function __construct()
11 {
12: add_filter("\155\x6f\144\137\162\x65\x77\x72\x69\164\x65\x5f\162\x75\154\x65\x73", array($this, "\x6f\165\x74\x70\165\x74\137\150\x74\141\x63\x63\x65\163\163"));
13 }
14 function output_htaccess($Xu)
C:\xampp\htdocs\tms-sso-work\wp-content\plugins\miniorange-wp-saml-idp-premium\schedulers\MoIDPScheduler.php:
9 function __construct()
10 {
11: add_filter("\x63\162\x6f\x6e\x5f\163\143\x68\x65\144\x75\154\x65\x73", array($this, "\143\165\x73\164\x6f\x6d\x5f\x63\162\157\156\137\x73\143\150\x65\144\165\154\x65"));
12 foreach ($this->eventActionPair as $xO => $l7) {
13 add_action($xO, $l7);
8 matches across 5 files
Function Calls
None |
Stats
MD5 | 724d48fd1f2c26f1450526ad3c79d708 |
Eval Count | 0 |
Decode Time | 60 ms |