Archive | /wp-includes/theme.php RSS feed for this section

add_editor_style

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 reading

add_custom_image_header

Add 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 reading