Skip to content

Instantly share code, notes, and snippets.

View jeharnum's full-sized avatar

JEHarnum jeharnum

View GitHub Profile
<?php
/**
* WordPress ACF Color Palette
* This pulls the colors from theme.json and adds them to the ACF color picker with fallbacks.
*/
add_action('acf/input/admin_footer', 'json_acf_color_palette');
function json_acf_color_palette() {
// Ensure this runs only in admin and ACF is active