Add callback for custom TinyMCE editor stylesheets.The parameter $stylesheet is the name of the stylesheet, relative to the theme root. It also accepts an array of stylesheets. It is optional and defaults to ‘editor-style.css’.
229
Continue readingAdd callback for custom TinyMCE editor stylesheets.The parameter $stylesheet is the name of the stylesheet, relative to the theme root. It also accepts an array of stylesheets. It is optional and defaults to ‘editor-style.css’.
229
Continue readingAdd sub menu page to the Dashboard main menu.This function takes a capability which will be used to determine whether or not a page is included in the menu.
227
Continue readingAdd callbacks for image header display.The parameter $header_callback callback will be required to display the content for the ‘wp_head’ action. The parameter $admin_header_callback callback will be added to Custom_Image_Header class and that will be added to the ‘admin_menu’ action.
225
Continue readingAdd callbacks for background image display.The parameter $header_callback callback will be required to display the content for the ‘wp_head’ action. The parameter $admin_header_callback callback will be added to Custom_Background class and that will be added to the ‘admin_menu’ action.
223
Continue reading
add_comment_meta
Add meta data field to a comment.
217
Continue reading →