I’ve searched high and low on Google and this site for an answer to this and am quite surprised to find nothing about it anywhere
I’ve added a custom setting to the General settings tab using add_settings_field()
but the field appears at the bottom of the page.
I’d like the field to appear below the Email field but I can’t find any documentation or anything on how to change the position of it
Is there a filter on the settings field I can hook on to manipulate the order in which the fields are displayed and inject my custom field where desired?