acf/compatibility/{$name}

acf/compatibility/{$name}

Hook Type: filter

See hook in core

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

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

  • /includes/compatibility.php line 487

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

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

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

    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

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