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

add_query_arg

Retrieve a modified URL query string.You can rebuild the URL and append a new query variable to the URL query by using this function. You can also retrieve the full URL with query data.

287

Continue reading

add_option

Add a new option.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.

265

Continue reading