Tag Archives: codex

do_all_pings

Perform all pingbacks, enclosures, trackbacks, and send to pingback services.

948

Continue reading

do_action_ref_array

Execute functions hooked on a specific action hook, specifying arguments in an array.

944

Continue reading

do_action

Execute functions hooked on a specific action hook.This function invokes all functions attached to action hook $tag. It is possible to create new action hooks by simply calling this function, specifying the name of the new hook using the $tag parameter.

942

Continue reading

domain_exists

Check whether a blogname is already taken.Used during the new site registration process to ensure that each blogname is unique.

938

Continue reading