Then start wp-config.php,wp-settings.php These two files, wp-config.php the name of the Italian configuration file so there is nothing to explain.
The most wp-settings.php function wp_unregister_globals is used to unregister automatically generated global variables when register_globals is set to ON, Register_globals is now strongly recommended for off, Because there are security issues.
From 28 lines to 49 lines are in order to deal with the different operating environment may produce problems, WP's compatibility problem handling is very thoughtful. If it is to do open source software This is very necessary, of course, if it is to develop their own products have their own long journey platform is not necessary, after all, there is a certain degree of efficiency problems. The $_server variable can be directly studied in the phpinfo of all the values in general can be seen clearly.
Like 55 lines This friendly hint message is necessary, because your users are not necessarily skilled.
The next Timer_start and Timer_end are the two functions used to calculate the page execution time.
Langdir,plugindir These constants are reserved for custom plug-ins and language catalogs, 120 lines custom_user_table,custom_user_meta_table Here you can customize the user table and your other applications for sharing.
Found that this is not good, but also write the note in the note, then post it, I remember there is a function can be a file coloring format output, that is, the effect of the Web page display and you see in the IDE, and now can't find anyone who knows this function please let me know, below to continue.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.