Skip to content

Instantly share code, notes, and snippets.

View davevsdave's full-sized avatar

DaveVSDave davevsdave

View GitHub Profile
@razaanstha
razaanstha / acf-block.php
Created December 6, 2023 16:55
ContentEditable - ACF Block
<?php
/**
* Block: Hero
* --------------------------------
* The hero block for all pages.
*/
$block_data = get_fields();
?>