Tag Archives: codex

discover_pingback_server_uri

Finds a pingback server URI based on the given URL.Checks the HTML for the rel=”pingback” link and x-pingback headers. It does a check for the x-pingback headers first and returns that, if available. The check for the rel=”pingback” has more overhead than just the header.

882

Continue reading

disabled

Outputs the html disabled attribute.Compares the first two arguments and if identical marks as disabled

880

Continue reading

delete_user_meta

Remove metadata matching criteria from a user.You can match based on the key, or key and value. Removing based on key and value, will keep from removing duplicate metadata with the same key. It also allows removing all metadata matching key, if needed.

820

Continue reading