acf/compatibility/{$name}

acf/compatibility/{$name}

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.6.2

apply_filters('acf/compatibility/{$name}') is found 1 times:

  • /includes/compatibility.php line 490

    Warning: Undefined array key 491 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 492 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 493 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 494 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 495 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

     * @param   string $name The name of the component to check.
     * @return  boolean
     */
    function acf_get_compatibility( $name ) {
    	return apply_filters( "acf/compatibility/{$name}", false );
    }