Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #61522


Ignore:
Timestamp:
07/01/2024 09:55:06 AM (21 months ago)
Author:
swissspidy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61522

    • Property Owner set to pbearne
    • Property Status changed from assigned to accepted
    • Property Summary changed from allow control for if a setting should be autoloaded to Add autoload control to register_setting()
  • Ticket #61522 – Description

    initial v2  
     1
     2
    13There doesn't seem to be a way to declare a setting does not need to be autoloaded (or loaded just in admin)
    24
    3 lets add this option
     5lets add this option to `register_setting()`