Make WordPress Core

Opened 9 years ago

Closed 8 years ago

#35618 closed enhancement (wontfix)

New function: `admin_email`

Reported by: sebastianpisula's profile sebastian.pisula Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Users Keywords:
Focuses: administration Cc:

Description

I need admin e-mail often. I think that this will be useful helper.

Attachments (1)

35618.patch (644 bytes) - added by sebastian.pisula 9 years ago.

Download all attachments as: .zip

Change History (5)

#1 @dd32
9 years ago

I don't personally see the benefit here, my_func( get_option( 'admin_email' ) ) vs my_func( admin_email() ) doesn't really change much.

Things to keep in mind though:

  • Future WordPress might have an owner role
  • Future WordPress might have multiple owner's

#2 @SergeyBiryukov
9 years ago

  • Component changed from General to Users
  • Focuses administration added

Related: #10726

#3 @swissspidy
8 years ago

  • Keywords close added

#4 @SergeyBiryukov
8 years ago

  • Keywords close removed
  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Doesn't seem like much an improvement over get_option( 'admin_email' ), closing in favor of #10726.

Note: See TracTickets for help on using tickets.