Archive | /wp-includes/functions.php RSS feed for this section

url_is_accessable_via_ssl

Determines if the blog can be accessed over SSL.Determines if blog can be accessed over SSL by using cURL to access the site using the https in the siteurl. Requires cURL extension to work correctly.

3267

Continue reading

update_option

Update the value of an option that was already added.You do not need to serialize values. If the value needs to be serialized, then it will be serialized before it is inserted into the database. Remember, resources can not be serialized or added as an option.

3185

Continue reading

smilies_init

Convert smiley code to the icon graphic file equivalent.You can turn off smilies, by going to the write setting screen and unchecking the box, or by setting ‘use_smilies’ option to false or removing the option.

2901

Continue reading