Snippets

Joseph Dickson Advanced Custom Fields - Conditional Check for Plugin

Created by Joseph Dickson
1
2
3
4
5
6
7
8
<?php
    if ( function_exists( 'get_field') ) {
        // Place your code here
    } else {
        // Please install ACF Plugin
        echo 'Please install or activate the ACF plugin';
    }
?>

Comments (1)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.