Archive | Functions by letter w RSS feed for this section

wp_set_auth_cookie

Sets the authentication cookies based User ID.The $remember parameter increases the time that the cookie will be kept. The default the cookie is kept without remembering is two days. When $remember is set, the cookies will be kept for 14 days or two weeks.

4099

Continue reading

wp_script_is

Check whether script has been added to WordPress Scripts.The values for list defaults to ‘queue’, which is the same as enqueue for scripts.

4091

Continue reading