wfls_activation_page_footer

wfls_activation_page_footer

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

See hook in core

Displaying hooks found in version: wordfence.8.0.3

do_action('wfls_activation_page_footer') is found 2 times:

  • /modules/login-security/views/page/manage-embedded.php line 87

    Warning: Undefined array key 89 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 90 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 91 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 92 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    83
    84
    85
    86
    87
    88
    89
        <?php
        /**
         * Fires after the main content of the activation page has been output.
         */
        do_action('wfls_activation_page_footer');
        ?>
    </div>
  • /modules/login-security/views/page/manage.php line 98
    094
    095
    096
    097
    098
    099
    100
    101
    102
    103
    104
    <?php
    /**
     * Fires after the main content of the activation page has been output.
     */
    do_action('wfls_activation_page_footer');
    $time = time();
    $correctedTime = \WordfenceLS\Controller_Time::time($time);
    $tz = get_option('timezone_string');
    if (empty($tz)) {
        $offset = get_option('gmt_offset');
        $tz = 'UTC' . ($offset >= 0 ? '+' . $offset : $offset);

See this hook used in plugins: