wfls_activation_page_header

wfls_activation_page_header

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordfence.8.2.0

do_action('wfls_activation_page_header') is found 1 times:

  • /modules/login-security/views/page/page.php line 11
    /**
     * @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">
    	<div class="wfls-container-fluid">
    		<?php
    		$tabs = array_map(function($t) { return $t&#91;'tab'&#93;; }, $sections);
    		echo \WordfenceLS\Model_View::create('page/tabbar', array(
    			'tabs' => $tabs,
    

See this hook used in plugins: