Skip to content

Commit

Permalink
WP_Customize_Control->render_content
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Nov 29, 2019
1 parent 418d0e9 commit a0c2159
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stubs/WordPress/class-wp-customize-control.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ public function to_json() {
public function value( $setting_key ) {
}

/**
* @return void
*/
protected function render_content() {
}

/**
* @return void
*/
Expand Down

0 comments on commit a0c2159

Please sign in to comment.