Coding Standards: Mark the handful of hook names with uppercase characters or hyphens as ignored.
See #47632. Built from https://develop.svn.wordpress.org/trunk@45599 git-svn-id: http://core.svn.wordpress.org/trunk@45410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -26,7 +26,7 @@ if ( 'mail.example.com' === $mailserver_url || empty( $mailserver_url ) ) {
|
||||
*
|
||||
* @since 2.9.0
|
||||
*/
|
||||
do_action( 'wp-mail.php' );
|
||||
do_action( 'wp-mail.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
|
||||
|
||||
/** Get the POP3 class with which to access the mailbox. */
|
||||
require_once( ABSPATH . WPINC . '/class-pop3.php' );
|
||||
|
||||
Reference in New Issue
Block a user