Archive | Functions RSS feed for this section

_admin_search_query

Display the search query.A simple wrapper to display the “s” parameter in a GET URI. This function should only be used when the_search_query() cannot.

4297

Continue reading

_admin_notice_post_locked

Outputs the notice message to say that someone else is editing this post at the moment.

4295

Continue reading

zeroise

Add leading zeros when necessary.If you set the threshold to ‘4’ and the number is ’10’, then you will get back ‘0010’. If you set the threshold to ‘4’ and the number is ‘5000’, then you will get back ‘5000’.

4289

Continue reading