We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca89f7c commit d7e7e96Copy full SHA for d7e7e96
README.md
@@ -78,6 +78,7 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp
78
#### Branch: `master`
79
80
* Added Carbon Fields [Serialized Datastore](https://github.com/dmhendricks/wordpress-base-plugin/wiki/Features-&-Customization#serialized-data-store) example
81
+* Fixed bugs with example widget scope
82
83
## Credits
84
app/Widgets/ExampleWidget.php
@@ -8,7 +8,7 @@
8
* A simple widget that displays a text field (title) and textarea.
9
* @since 0.3.0
10
*/
11
-class ExampleWidget extends Carbon_Fields\Widget {
+class ExampleWidget extends Widget {
12
13
public function __construct() {
14
0 commit comments