acf/compatibility/{$name}
acf/compatibility/{$name}
Appears in: advanced-custom-fields.6.3.5
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.5apply_filters('acf/compatibility/{$name}') is found 1 times:
- /includes/compatibility.php line 481
Warning: Undefined array key 482 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 483 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 484 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 485 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 486 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
477478479480481482* @param string
$name
The name of the component to check.
* @
return
boolean
*/
function
acf_get_compatibility(
$name
) {
return
apply_filters(
"acf/compatibility/{$name}"
, false );
}