Archive | Functions by letter s RSS feed for this section

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

size_format

Convert number of bytes largest unit bytes will fit into.It is easier to read 1kB than 1024 bytes and 1MB than 1048576 bytes. Converts number of bytes to human readable number by taking the number of that unit that the bytes will go into it. Supports TB value.

2899

Continue reading

site_url

Retrieve the site url for the current site.Returns the ‘site_url’ option with the appropriate protocol, ‘https’ if is_ssl() and ‘http’ otherwise. If $scheme is ‘http’ or ‘https’, is_ssl() is overridden.

2897

Continue reading