Archive | Actions RSS feed for this section

register_sidebar

Builds the definition for a single sidebar and returns the ID.The $args parameter takes either a string or an array with ‘name’ and ‘id’ contained in either usage. It will be noted that the values will be applied to all sidebars, so if creating more than one, it will be advised to allow for WordPress to create the defaults for you.

2679

Continue reading

print_head_scripts

Prints the script queue in the HTML head on admin pages.Postpones the scripts that were queued for the footer. print_footer_scripts() is called in the footer to print these scripts.

2629

Continue reading