do_activate_header()

最后更新于:2021-11-26 03:05:15

do_activate_header()

Adds an action hook specific to this page.

源文件

文件: gc-activate.php

function do_activate_header() {
	/**
	 * Fires before the Site Activation page is loaded.
	 *
	 * Fires on the {@see 'gc_head'} action.
	 *
	 * @since 3.0.0
	 */
	do_action( 'activate_gc_head' );
}