
如何解决XAMPP中的403错误
do_activate_header ( No parameters )
do_activate_header。这个钩子用于输出激活页面的标题。它是在激活一个插件的过程中使用的。
添加一个针对此页面的动作钩子。
在{@see ‘wp_head’}上启动。
function do_activate_header() { /** * Fires before the Site Activation page is loaded. * * Fires on the {@see 'wp_head'} action. * * @since 3.0.0 */ do_action( 'activate_wp_head' ); }