首页 WordPress函数大全 did_action()

did_action()

2020-05-01 / 3901阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

did_action( string $tag )

Retrieve the number of times an action is fired.

描述

参数

$tag

(string)
(Required)
The name of the action hook.

返回

(int) The number of times action hook $tag is fired.

大家谈论
    我的见解