Add custom option to Standard Page Attributes Meta Box

Unfortunately not. The only way is to deregister the metabox, and then re-register it, supplying your own callback function which mimics the original metabox, but with your alterations (making sure the names of the inputs do not change).

This method is outlined in these posts:

Alternatively you can insert the options with javascript as outlined in:

Leave a Comment