Archive | Documentation RSS feed for this section

add_theme_support

Allows a theme to register its support of a certain featureMust be called in the theme’s functions.php file to work. If attached to a hook, it must be after_setup_theme. The init hook may be too late for some features.

373

Continue reading

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