I changed and I used this:
function filter_plugin_updates( $value ) {
unset( $value->response[‘elementor/elementor.php’] );
return $value;
}
add_filter( ‘site_transient_update_plugins’, ‘filter_plugin_updates’ );
but not work!
And this error is recorded:
Use of undefined constant ‘filter_plugin_updates’ – assumed ‘‘filter_plugin_updates’’ (this will throw an Error in a future version of PHP)
Use of undefined constant ‘site_transient_update_plugins’ – assumed ‘‘site_transient_update_plugins’’ (this will throw an Error in a future version of PHP)
My PHP Version: 7.3
]]>