Summary
Keywords
Full Transcript
In this video, you will learn to disable file editing options using wp-config file in WordPress website. Once the website is completed, you can disable the editing options of a theme. It is done because a user with credentials can make changes to the PHP files. With the wp-config file, the option of editing is disabled, and you can do it just with a line of coding. You can open the file manager and look for files and security in it. Search wp-config there and define disallow_file_edit. It is located in the bottom part. Set it to true, and if you can not see it, you can also add it with define(disallow_file_edit’); Our trainer will explain it all with the help of practical examples so that you can understand it in a precise manner. We have a complete playlist on WordPress. You can watch more videos from there to learn it from scratch. Please don’t forget to Like, Share & Subscribe ►Subscribe: http://bit.ly/wscubechannel ► Facebook : https://www.facebook.com/wscubetech.india ► Twitter : https://twitter.com/wscube ► Instagram : https://www.instagram.com/wscubetechindia/ ► LinkedIn : https://www.linkedin.com/company/wscube-tech/ ► Youtube : https://www.youtube.com/c/wscubetechjodhpur ► Website: http://wscubetech.com #wordpresstutorials #wordpressforbeginners #wordpress
