Skip to content

Commit

Permalink
Merge pull request #5 from skaut/wp-customize-control
Browse files Browse the repository at this point in the history
WP_Customize_Control->render_content
  • Loading branch information
marekdedic authored Nov 29, 2019
2 parents 418d0e9 + a0c2159 commit d6de5ef
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 d6de5ef

Please sign in to comment.