*/ /** * Check if ACF Pro is installed. * * @since 1.0.0 * */ function has_acf() { return class_exists( 'acf_pro' ); } /** * Check if Advanced Forms is installed. * * @since 1.0.0 * */ function has_af() { return class_exists( 'AF' ); } ?>