- Timestamp:
- 06/16/2020 09:05:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-partial.php
r46586 r48067 98 98 * 99 99 * @since 4.5.0 100 * 100 101 * @see WP_Customize_Partial::render() 101 102 * @var callable Callback is called with one argument, the instance of 102 * 103 * 103 * WP_Customize_Partial. The callback can either echo the 104 * partial or return the partial as a string, or return false if error. 104 105 */ 105 106 public $render_callback;
Note: See TracChangeset
for help on using the changeset viewer.