Delete Media When Delete Post
Next code will delete the media attached to the post you are deleting!
Wordpress Code Tricks Bible to fix and modify all!
Next code will delete the media attached to the post you are deleting!
If you do not need the search feature on your WordPress site, you can remove it entirely with this code snippet.
Add code snippet to functions.php of your theme (chid theme preferible) This code will show a message like next one for not logged users:{“code”:”rest_not_logged_in”,”message”:”You are not currently logged in.”,”data”:{“status”:401}} Complete Disable WP REST API You can completely disable REST API if you will not edit posts or pages (will faill when create or edit, simply … Read more
Security first: Do not help hackers to easly know wordpress version you are using and easly identify faster bugs and list of posible attacks Add to functions.php of your theme (child theme preferible)
Add to functions.php of your theme / child theme