how can i transform the function create_function in PHP 8.2 which give a fatal error ?
add_filter( 'pre_site_transient_update_themes', create_function( '$a', "return null;" ) )
Thanks a lot
Regards
how can i transform the function create_function in PHP 8.2 which give a fatal error ?
add_filter( 'pre_site_transient_update_themes', create_function( '$a', "return null;" ) )
Thanks a lot
Regards