Changeset 37491
- Timestamp:
- 05/22/2016 06:09:59 PM (8 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r37342 r37491 236 236 237 237 /** 238 * Filter response of WP_Customize_Control::active().238 * Filters response of WP_Customize_Control::active(). 239 239 * 240 240 * @since 4.0.0 -
trunk/src/wp-includes/class-wp-customize-manager.php
r37476 r37491 243 243 244 244 /** 245 * Filter the core Customizer components to load.245 * Filters the core Customizer components to load. 246 246 * 247 247 * This allows Core components to be excluded from being instantiated by … … 971 971 972 972 /** 973 * Filter the current theme and return the name of the previewed theme.973 * Filters the current theme and return the name of the previewed theme. 974 974 * 975 975 * @since 3.4.0 … … 1099 1099 1100 1100 /** 1101 * Filter response data for a successful customize_save AJAX request.1101 * Filters response data for a successful customize_save AJAX request. 1102 1102 * 1103 1103 * This filter does not apply if there was a nonce or authentication failure. … … 1184 1184 1185 1185 /** 1186 * Filter a dynamic setting's constructor args.1186 * Filters a dynamic setting's constructor args. 1187 1187 * 1188 1188 * For a dynamic setting to be registered, this filter must be employed … … 1741 1741 1742 1742 /** 1743 * Filter nonces for Customizer.1743 * Filters nonces for Customizer. 1744 1744 * 1745 1745 * @since 4.2.0 … … 1779 1779 1780 1780 /** 1781 * Filter the list of URLs allowed to be clicked and followed in the Customizer preview.1781 * Filters the list of URLs allowed to be clicked and followed in the Customizer preview. 1782 1782 * 1783 1783 * @since 3.4.0 … … 1899 1899 1900 1900 /** 1901 * Filter the available devices to allow previewing in the Customizer.1901 * Filters the available devices to allow previewing in the Customizer. 1902 1902 * 1903 1903 * @since 4.5.0 -
trunk/src/wp-includes/class-wp-customize-nav-menus.php
r37040 r37491 212 212 213 213 /** 214 * Filter the available menu items.214 * Filters the available menu items. 215 215 * 216 216 * @since 4.3.0 … … 336 336 337 337 /** 338 * Filter the available menu items during a search request.338 * Filters the available menu items during a search request. 339 339 * 340 340 * @since 4.5.0 … … 429 429 430 430 /** 431 * Filter a dynamic setting's constructor args.431 * Filters a dynamic setting's constructor args. 432 432 * 433 433 * For a dynamic setting to be registered, this filter must be employed … … 677 677 678 678 /** 679 * Filter the available menu item types.679 * Filters the available menu item types. 680 680 * 681 681 * @since 4.3.0 … … 832 832 833 833 /** 834 * Filter arguments for dynamic nav_menu selective refresh partials.834 * Filters arguments for dynamic nav_menu selective refresh partials. 835 835 * 836 836 * @since 4.5.0 -
trunk/src/wp-includes/class-wp-customize-panel.php
r37342 r37491 180 180 181 181 /** 182 * Filter response of WP_Customize_Panel::active().182 * Filters response of WP_Customize_Panel::active(). 183 183 * 184 184 * @since 4.1.0 -
trunk/src/wp-includes/class-wp-customize-section.php
r37342 r37491 189 189 190 190 /** 191 * Filter response of WP_Customize_Section::active().191 * Filters response of WP_Customize_Section::active(). 192 192 * 193 193 * @since 4.1.0 -
trunk/src/wp-includes/class-wp-customize-setting.php
r37476 r37491 518 518 519 519 /** 520 * Filter a Customize setting value in un-slashed form.520 * Filters a Customize setting value in un-slashed form. 521 521 * 522 522 * @since 3.4.0 … … 694 694 695 695 /** 696 * Filter a Customize setting value not handled as a theme_mod or option.696 * Filters a Customize setting value not handled as a theme_mod or option. 697 697 * 698 698 * The dynamic portion of the hook name, `$this->id_date['base']`, refers to … … 728 728 729 729 /** 730 * Filter a Customize setting value for use in JavaScript.730 * Filters a Customize setting value for use in JavaScript. 731 731 * 732 732 * The dynamic portion of the hook name, `$this->id`, refers to the setting ID. -
trunk/src/wp-includes/class-wp-customize-widgets.php
r37352 r37491 456 456 457 457 /** 458 * Filter Customizer widget section arguments for a given sidebar.458 * Filters Customizer widget section arguments for a given sidebar. 459 459 * 460 460 * @since 3.9.0 … … 576 576 577 577 /** 578 * Filter whether the given widget is considered "wide".578 * Filters whether the given widget is considered "wide". 579 579 * 580 580 * @since 3.9.0 … … 840 840 841 841 /** 842 * Filter the common arguments supplied when constructing a Customizer setting.842 * Filters the common arguments supplied when constructing a Customizer setting. 843 843 * 844 844 * @since 3.9.0
Note: See TracChangeset
for help on using the changeset viewer.