wfls_activation_page_header

wfls_activation_page_header

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordfence.7.9.3

do_action('wfls_activation_page_header') is found 1 times:

  • /modules/login-security/views/page/page.php line 8
    /**
     * @var array $sections The content tabs, each element is an array of the syntax array('tab' => Model_Tab instance, 'title' => Title instance, 'content' => HTML content). Required.
     */
    ?>
    <?php do_action('wfls_activation_page_header'); ?>
    <div class="wrap wordfence-ls">
    	<?php
    	if (\WordfenceLS\Controller_Permissions::shared()->can_manage_settings() && !\WordfenceLS\Controller_Settings::shared()->get_bool(\WordfenceLS\Controller_Settings::OPTION_DISMISSED_FRESH_INSTALL_MODAL) && !WORDFENCE_LS_FROM_CORE) {
    		echo \WordfenceLS\Model_View::create('onboarding/standalone-header')->render();
    	}
    	?>
    

See this hook used in plugins: