Help
RSS
API
Feed
Maltego
Contact
Domain > www.dukaree.com
×
Welcome!
Right click nodes and scroll the mouse to navigate the graph.
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-11-02
62.12.116.118
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Fri, 11 Aug 2023 01:22:35 GMTServer: ApacheVary: Accept-EncodingTransfer-Encoding: chunkedContent-Type: text/html; charsetUTF-8 do_action( $arg ); array_pop( $wp_current_filter );}/** * Calls the callback functions that have been added to an action hook, specifying arguments in an array. * * @since 2.1.0 * * @see do_action() This function is identical, but the arguments passed to the * functions hooked to `$hook_name` are supplied using an array. * * @global WP_Hook $wp_filter Stores all of the filters and actions. * @global int $wp_actions Stores the number of times each action was triggered. * @global string $wp_current_filter Stores the list of current filters with the current one last. * * @param string $hook_name The name of the action to be executed. * @param array $args The arguments supplied to the functions hooked to `$hook_name`. */function do_action_ref_array( $hook_name, $args ) { global $wp_filter, $wp_actions, $wp_current_filter; if ( ! isset( $wp_actions $hook_name ) ) { $wp_actions $hook_name 1; } else { ++$wp_actions $hook_name ; } // Do all actions first. if ( isset( $wp_filterall ) ) { $wp_current_filter $hook_name; $all_args func_get_args(); // phpcs:ignore PHPCompatibility.FunctionUse.ArgumentFunctionsReportCurrentValue.NeedsInspection _wp_call_all_hook( $all_args ); } if ( ! isset( $wp_filter $hook_name ) ) { if ( isset( $wp_filterall ) ) { array_pop( $wp_current_filter ); } return; } if ( ! isset( $wp_filterall ) ) { $wp_current_filter $hook_name; } $wp_filter $hook_name ->do_action( $args ); array_pop( $wp_current_filter );}/** * Checks if any action has been registered for a hook. * * When using the `$callback` argument, this function may return a non-boolean value * that evaluates to false (e.g. 0), so use the `` operator for testing the return value. * * @since 2.5.0 * * @see has_filter() has_action() is an alias of has_filter(). * * @param string $hook_name The name of the action hook. * @param callable|false $callback Optional. The callback to check for. Default false. * @return bool|int If `$callback` is omitted, returns boolean
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]