Archive | Functions by letter a RSS feed for this section

add_theme_page

Add sub menu page to the themes main menu.This function takes a capability which will be used to determine whether or not a page is included in the menu.

371

Continue reading

add_submenu_page

Add a sub menu pageThis function takes a capability which will be used to determine whether or not a page is included in the menu.

369

Continue reading

add_shortcode

Add hook for shortcode tag.There can only be one hook for each shortcode. Which means that if another plugin has a similar shortcode, it will override yours or yours will override theirs depending on which order the plugins are included and/or ran.

365

Continue reading

add_rewrite_tag

Add a new tag (like %postname%).Warning: you must call this on init or earlier, otherwise the query var addition stuff won’t work.

363

Continue reading