X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FHook%2FWordPress.php;h=8a238881938fe2f714539bd29236f12470d30ad8;hb=92b0f883315c72514e629b1c9e37261b84186785;hp=600d57788556f4834e82a75554e439cd1bae8560;hpb=6628866da4eb17b8ff190928d8afdbee11526ae6;p=civicrm-core.git diff --git a/CRM/Utils/Hook/WordPress.php b/CRM/Utils/Hook/WordPress.php index 600d577885..8a23888193 100644 --- a/CRM/Utils/Hook/WordPress.php +++ b/CRM/Utils/Hook/WordPress.php @@ -33,6 +33,32 @@ * */ class CRM_Utils_Hook_WordPress extends CRM_Utils_Hook { + /** + *Invoke hooks + * + * @param int $numParams Number of parameters to pass to the hook + * @param mixed $arg1 parameter to be passed to the hook + * @param mixed $arg2 parameter to be passed to the hook + * @param mixed $arg3 parameter to be passed to the hook + * @param mixed $arg4 parameter to be passed to the hook + * @param mixed $arg5 parameter to be passed to the hook + * @param mixed $arg6 parameter to be passed to the hook + * @param string $fnSuffix function suffix, this is effectively the hook name + * + * @return mixed + */ + /** + * @param int $numParams + * @param mixed $arg1 + * @param mixed $arg2 + * @param mixed $arg3 + * @param mixed $arg4 + * @param mixed $arg5 + * @param mixed $arg6 + * @param string $fnSuffix + * + * @return mixed + */ function invoke($numParams, &$arg1, &$arg2, &$arg3, &$arg4, &$arg5, &$arg6, $fnSuffix