Changeset 30656 for trunk/src/wp-includes/theme.php
- Timestamp:
- 11/30/2014 12:09:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r30189 r30656 910 910 * Filter the theme modification, or 'theme_mod', value. 911 911 * 912 * The dynamic portion of the hook name, $name, refers to912 * The dynamic portion of the hook name, `$name`, refers to 913 913 * the key name of the modification array. For example, 914 914 * 'header_textcolor', 'header_image', and so on depending … … 944 944 * Filter the theme mod value on save. 945 945 * 946 * The dynamic portion of the hook name, $name, refers to the key name of946 * The dynamic portion of the hook name, `$name`, refers to the key name of 947 947 * the modification array. For example, 'header_textcolor', 'header_image', 948 948 * and so on depending on the theme options. … … 1817 1817 * Filter whether the current theme supports a specific feature. 1818 1818 * 1819 * The dynamic portion of the hook name, $feature, refers to 1820 * the specific theme feature. Possible values include 'post-formats', 1821 * 'post-thumbnails', 'custom-background', 'custom-header', 'menus', 1822 * 'automatic-feed-links', and 'html5'. 1819 * The dynamic portion of the hook name, `$feature`, refers to the specific theme 1820 * feature. Possible values include 'post-formats', 'post-thumbnails', 'custom-background', 1821 * 'custom-header', 'menus', 'automatic-feed-links', and 'html5'. 1823 1822 * 1824 1823 * @since 3.4.0
Note: See TracChangeset
for help on using the changeset viewer.