Home › Forums › Bug Reports › ACF fatal error on bbPress topic functions › Reply To: ACF fatal error on bbPress topic functions
This works:
function acf_is_screen( $id = '' ) {
// vars
global $current_screen; // instead of $current_screen = get_current_screen();
// bail early if no screen
if( !$current_screen ) return false;
// return
return ($id === $current_screen->id);
}
Can I filter that somehow, to change the variable?
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.