Filter Hook Priorities

wpmt/settings/get_hook_priorities

Description:
This filter allows you to manipulate the default set priorities we use for calling certain filters. This hook gets handy if you want to adjust the priority of protection.

Parameter Type Description
$return array An array of all available hook priorities
$default bool Wether the value chosen for $single is a default value or not.
return apply_filters( 'wpmt/settings/get_hook_priorities', $return, $default );
Updated on September 10, 2019

Was this article helpful?

Related Articles