current_filter()

最后更新于:2021-11-25 22:33:09

current_filter()

Retrieves the name of the current filter hook.

响应

(string) Hook name of the current filter.

源文件

文件: gc-includes/plugin.php

function current_filter() {
	global $gc_current_filter;

	return end( $gc_current_filter );
}