wordproof_authenticate

wordproof_authenticate

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

do_action('wordproof_authenticate') is found 2 times:

  • /vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/AuthenticationController.php line 35
         * Gets triggered by the 'load-admin_page_' hook of the redirect page
         */
        public function redirectOnLoad()
        {
            \do_action('wordproof_authenticate', \admin_url('admin.php?page=wordproof-close-after-redirect'));
        }
        /**
         * Adds self destruct admin page.
         */
        public function addSelfDestructPage()
        {
    
  • /vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/SettingsController.php line 43

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

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

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

        public function redirectOnLoad()
        {
            $closeWindowUrl = \admin_url('admin.php?page=wordproof-close-after-redirect');
            if ($this->redirect($closeWindowUrl) === \false) {
                \do_action('wordproof_authenticate', $closeWindowUrl);
            }
        }
    }