Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #48745, comment 6


Ignore:
Timestamp:
11/21/2019 01:44:59 PM (5 years ago)
Author:
anant101289
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48745, comment 6

    initial v1  
    55https://prnt.sc/q03vqq
    66
     7// Check if checkbox checked then disabled the email verification screen
    78
     9{{{#!php
     10<?php
    811add_action('admin_init', 'disbled_email_verification_screen');
    912if(!function_exists('disbled_email_verification_screen')) {
     
    1720        }
    1821}
     22}}}