Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
Last active February 17, 2021 00:26
Show Gist options
  • Select an option

  • Save frankyonnetti/a9b2b8cfe9e38542d9285f41b5a8cac0 to your computer and use it in GitHub Desktop.

Select an option

Save frankyonnetti/a9b2b8cfe9e38542d9285f41b5a8cac0 to your computer and use it in GitHub Desktop.
WordPress - if blocks #wordpress #if #blocks #acf
<?php // has_block
if (has_block('acf/call-to-action-image')) {
$acf_block = "acf-blocks image-cta";
} else {
$acf_block = "acf-blocks";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment