Skip to content

Instantly share code, notes, and snippets.

View roxanneallard's full-sized avatar

Roxanne Allard roxanneallard

View GitHub Profile
@emilysnothere
emilysnothere / add_action.php
Last active January 31, 2023 07:39
Adding fields to the WordPress post submit box
add_action('post_submitbox_misc_actions', createCustomField);
add_action('save_post', saveCustomField);