remove_post_type_support [ WordPress Function ]
remove_post_type_support ( $post_type, $feature )
| Parameters: |
|
| Defined at: |
|
Benzer Fonksiyonlar: post_type_supports, add_post_type_support, remove_theme_support, get_all_post_type_supports, _remove_theme_support
Remove support for a feature from a post type.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/remove post type support « WordPress Codex
Description. Remove support of certain features for a given post type (s). All features are directly associated with a functional area of the edit screen, such as the ...
codex.wordpress.org - WordPress › Support » Hide editorcontainer in edit/add post
remove_post_type_support('post', 'editor');. where the first parameter is the post type and the second parameter is the item you want to remove. You can use this ...
wordpress.org - Simplify WordPress Editing Screens Using remove_post_type_support
Dec 16, 2010 ... But here's something interesting I discovered recently while building a WordPress site for one of my clients: remove_post_type_support works ...
www.ambrosite.com - remove_post_type_support( $post_type, $feature ); - Google Groups
to be removed. remove_post_type_support does not. Is there a reason for this, or just an oversight? On Mon, Jun 21, 2010 at 9:15 PM, Lox <lox.
groups.google.com